Html Css Color HEX #CDC220 Barberry

📋 copy color: '#CDC220'

red 205 ◦ green 194 ◦ blue 32

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

Shades of Barberry #CDC220

Tints of Barberry #CDC220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.42%

R = 47.56%
G = 45.01%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CDC220 (or 0xCDC220) is known color: Barberry. HEX triplet: CD, C2 and 20. RGB value is (205,194,32). Sum of RGB (Red+Green+Blue) = 205+194+32=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 194 (76.17% from 255 or 45.01% from 431); Blue value is 32 (12.89% from 255 or 7.42% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC220 is #323DDF. Grayscale: #B3B3B3. Windows color (decimal): -3292640 or 2147021. OLE color: 2147021.

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

Color convert

RGB 205 194 32 -
CMYK 0 0.05 0.84 0.20
HSL 56.18º 0.73% 0.46% -
HSV(B) 56.18º 0.84% 0.8% -
XYZ 44.73 51.67 8.98 -
YUV 178.82 45.14 146.67 -
System Red Green Blue C M Y K H S L
Decimal 205 194 32 0 0.05 0.84 0.20 56.18 0.73 0.46
Hex CD C2 20 0 5 54 14 38 49 2E
Octal 315 302 40 0 5 124 24 70 111 56
Binary 11001101 11000010 100000 0 101 1010100 10100 111000 1001001 101110

Color Harmonies of #CDC220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC220

Black with #CDC220

Text Example


Text Example

White with #CDC220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC220; }

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

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

background-color css

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

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

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

border-color css

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

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

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