Html Css Color HEX #CCD024 Barberry

📋 copy color: '#CCD024'

red 204 ◦ green 208 ◦ blue 36

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

Shades of Barberry #CCD024

Tints of Barberry #CCD024

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.43%

 BLUE value IS 36 (14.45% from 255) = 8.04%

R = 45.54%
G = 46.43%
B = 8.04%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#CCD024 (or 0xCCD024) is known color: Barberry. HEX triplet: CC, D0 and 24. RGB value is (204,208,36). Sum of RGB (Red+Green+Blue) = 204+208+36=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 208 (81.64% from 255 or 46.43% from 448); Blue value is 36 (14.45% from 255 or 8.04% from 448); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD024 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD024 is #332FDB. Grayscale: #BBBBBB. Windows color (decimal): -3354588 or 2412748. OLE color: 2412748.

HSL color Cylindrical-coordinate representation of color #CCD024: hue angle of 61.4º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CCD024 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 208 36 -
CMYK 0.02 0 0.83 0.18
HSL 61.4º 0.7% 0.48% -
HSV(B) 61.4º 0.83% 0.82% -
XYZ 47.78 58.08 10.36 -
YUV 187.2 42.67 139.99 -
System Red Green Blue C M Y K H S L
Decimal 204 208 36 0.02 0 0.83 0.18 61.4 0.7 0.48
Hex CC D0 24 2 0 53 12 3D 46 30
Octal 314 320 44 2 0 123 22 75 106 60
Binary 11001100 11010000 100100 10 0 1010011 10010 111101 1000110 110000

Color Harmonies of #CCD024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD024

Black with #CCD024

Text Example


Text Example

White with #CCD024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD024; }

 p { color: rgb(204,208,36); }

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

background-color css

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

 a { background-color: rgb(204,208,36); }

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

border-color css

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

 span { border-color: rgb(204,208,36); }

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