Html Css Color HEX #CDC225 Barberry

📋 copy color: '#CDC225'

red 205 ◦ green 194 ◦ blue 37

#CDC225
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barberry #CDC225

Tints of Barberry #CDC225

RGB

 RED value IS 205 (80.47% from 255) = 47.02%

 GREEN value IS 194 (76.17% from 255) = 44.5%

 BLUE value IS 37 (14.84% from 255) = 8.49%

R = 47.02%
G = 44.5%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CDC225 (or 0xCDC225) is known color: Barberry. HEX triplet: CD, C2 and 25. RGB value is (205,194,37). Sum of RGB (Red+Green+Blue) = 205+194+37=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 37 (14.84% from 255 or 8.49% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC225 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC225 is #323DDA. Grayscale: #B4B4B4. Windows color (decimal): -3292635 or 2474701. OLE color: 2474701.

HSL color Cylindrical-coordinate representation of color #CDC225: hue angle of 56.07º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CDC225 is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 194 37 -
CMYK 0 0.05 0.82 0.20
HSL 56.07º 0.69% 0.47% -
HSV(B) 56.07º 0.82% 0.8% -
XYZ 44.8 51.7 9.37 -
YUV 179.39 47.64 146.27 -
System Red Green Blue C M Y K H S L
Decimal 205 194 37 0 0.05 0.82 0.20 56.07 0.69 0.47
Hex CD C2 25 0 5 52 14 38 45 2F
Octal 315 302 45 0 5 122 24 70 105 57
Binary 11001101 11000010 100101 0 101 1010010 10100 111000 1000101 101111

Color Harmonies of #CDC225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC225

Black with #CDC225

Text Example


Text Example

White with #CDC225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC225; }

 p { color: rgb(205,194,37); }

 H1.HeaderClassName
 {
   color: #CDC225;
 }
 .AnyTagClassName
 {
   color: #CDC225;
 }
</style>

background-color css

<style>
 a { background-color: #CDC225; }

 a { background-color: rgb(205,194,37); }

 div.DivClassName
 {
   background-color: #CDC225;
 }
 .BgClassName
 {
   background-color: #CDC225;
 }
</style>

border-color css

<style>
 span { border-color: #CDC225; }

 span { border-color: rgb(205,194,37); }

 td.TdClassName
 {
   border-color: #CDC225;
 }
 .TagClassName
 {
   border-color: #CDC225;
 }
</style>