Html Css Color HEX #CCD218 Barberry

📋 copy color: '#CCD218'

red 204 ◦ green 210 ◦ blue 24

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

Shades of Barberry #CCD218

Tints of Barberry #CCD218

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.95%

 BLUE value IS 24 (9.77% from 255) = 5.48%

R = 46.58%
G = 47.95%
B = 5.48%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#CCD218 (or 0xCCD218) is known color: Barberry. HEX triplet: CC, D2 and 18. RGB value is (204,210,24). Sum of RGB (Red+Green+Blue) = 204+210+24=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 210 (82.42% from 255 or 47.95% from 438); Blue value is 24 (9.77% from 255 or 5.48% from 438); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD218 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD218 is #332DE7. Grayscale: #BBBBBB. Windows color (decimal): -3354088 or 1626828. OLE color: 1626828.

HSL color Cylindrical-coordinate representation of color #CCD218: hue angle of 61.94º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CCD218 is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 210 24 -
CMYK 0.03 0 0.89 0.18
HSL 61.94º 0.79% 0.46% -
HSV(B) 61.94º 0.89% 0.82% -
XYZ 48.11 59 9.72 -
YUV 187 36.01 140.12 -
System Red Green Blue C M Y K H S L
Decimal 204 210 24 0.03 0 0.89 0.18 61.94 0.79 0.46
Hex CC D2 18 3 0 59 12 3E 4F 2E
Octal 314 322 30 3 0 131 22 76 117 56
Binary 11001100 11010010 11000 11 0 1011001 10010 111110 1001111 101110

Color Harmonies of #CCD218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD218

Black with #CCD218

Text Example


Text Example

White with #CCD218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD218; }

 p { color: rgb(204,210,24); }

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

background-color css

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

 a { background-color: rgb(204,210,24); }

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

border-color css

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

 span { border-color: rgb(204,210,24); }

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