Html Css Color HEX #CCD420 Barberry

📋 copy color: '#CCD420'

red 204 ◦ green 212 ◦ blue 32

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

Shades of Barberry #CCD420

Tints of Barberry #CCD420

RGB

 RED value IS 204 (80.08% from 255) = 45.54%

 GREEN value IS 212 (83.2% from 255) = 47.32%

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

R = 45.54%
G = 47.32%
B = 7.14%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#CCD420 (or 0xCCD420) is known color: Barberry. HEX triplet: CC, D4 and 20. RGB value is (204,212,32). Sum of RGB (Red+Green+Blue) = 204+212+32=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 212 (83.20% from 255 or 47.32% from 448); Blue value is 32 (12.89% from 255 or 7.14% from 448); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD420 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD420 is #332BDF. Grayscale: #BDBDBD. Windows color (decimal): -3353568 or 2151628. OLE color: 2151628.

HSL color Cylindrical-coordinate representation of color #CCD420: hue angle of 62.67º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CCD420 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 212 32 -
CMYK 0.04 0 0.85 0.17
HSL 62.67º 0.74% 0.48% -
HSV(B) 62.67º 0.85% 0.83% -
XYZ 48.71 60.03 10.39 -
YUV 189.09 39.35 138.64 -
System Red Green Blue C M Y K H S L
Decimal 204 212 32 0.04 0 0.85 0.17 62.67 0.74 0.48
Hex CC D4 20 4 0 55 11 3F 4A 30
Octal 314 324 40 4 0 125 21 77 112 60
Binary 11001100 11010100 100000 100 0 1010101 10001 111111 1001010 110000

Color Harmonies of #CCD420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD420

Black with #CCD420

Text Example


Text Example

White with #CCD420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD420; }

 p { color: rgb(204,212,32); }

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

background-color css

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

 a { background-color: rgb(204,212,32); }

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

border-color css

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

 span { border-color: rgb(204,212,32); }

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