Html Css Color HEX #CDC522 Barberry

📋 copy color: '#CDC522'

red 205 ◦ green 197 ◦ blue 34

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

Shades of Barberry #CDC522

Tints of Barberry #CDC522

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.18%

 BLUE value IS 34 (13.67% from 255) = 7.8%

R = 47.02%
G = 45.18%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CDC522 (or 0xCDC522) is known color: Barberry. HEX triplet: CD, C5 and 22. RGB value is (205,197,34). Sum of RGB (Red+Green+Blue) = 205+197+34=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 197 (77.34% from 255 or 45.18% from 436); Blue value is 34 (13.67% from 255 or 7.80% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC522 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC522 is #323ADD. Grayscale: #B5B5B5. Windows color (decimal): -3291870 or 2278861. OLE color: 2278861.

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

Color convert

RGB 205 197 34 -
CMYK 0 0.04 0.83 0.20
HSL 57.19º 0.72% 0.47% -
HSV(B) 57.19º 0.83% 0.8% -
XYZ 45.43 53.03 9.35 -
YUV 180.81 45.15 145.25 -
System Red Green Blue C M Y K H S L
Decimal 205 197 34 0 0.04 0.83 0.20 57.19 0.72 0.47
Hex CD C5 22 0 4 53 14 39 48 2F
Octal 315 305 42 0 4 123 24 71 110 57
Binary 11001101 11000101 100010 0 100 1010011 10100 111001 1001000 101111

Color Harmonies of #CDC522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC522

Black with #CDC522

Text Example


Text Example

White with #CDC522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC522; }

 p { color: rgb(205,197,34); }

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

background-color css

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

 a { background-color: rgb(205,197,34); }

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

border-color css

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

 span { border-color: rgb(205,197,34); }

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