Html Css Color HEX #CCD918 Barberry

📋 copy color: '#CCD918'

red 204 ◦ green 217 ◦ blue 24

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

Shades of Barberry #CCD918

Tints of Barberry #CCD918

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.76%

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

R = 45.84%
G = 48.76%
B = 5.39%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#CCD918 (or 0xCCD918) is known color: Barberry. HEX triplet: CC, D9 and 18. RGB value is (204,217,24). Sum of RGB (Red+Green+Blue) = 204+217+24=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 217 (85.16% from 255 or 48.76% from 445); Blue value is 24 (9.77% from 255 or 5.39% from 445); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD918 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD918 is #3326E7. Grayscale: #BFBFBF. Windows color (decimal): -3352296 or 1628620. OLE color: 1628620.

HSL color Cylindrical-coordinate representation of color #CCD918: hue angle of 64.04º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CCD918 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 217 24 -
CMYK 0.06 0 0.89 0.15
HSL 64.04º 0.8% 0.47% -
HSV(B) 64.04º 0.89% 0.85% -
XYZ 49.88 62.53 10.3 -
YUV 191.11 33.69 137.19 -
System Red Green Blue C M Y K H S L
Decimal 204 217 24 0.06 0 0.89 0.15 64.04 0.8 0.47
Hex CC D9 18 6 0 59 F 40 50 2F
Octal 314 331 30 6 0 131 17 100 120 57
Binary 11001100 11011001 11000 110 0 1011001 1111 1000000 1010000 101111

Color Harmonies of #CCD918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD918

Black with #CCD918

Text Example


Text Example

White with #CCD918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD918; }

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

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

background-color css

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

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

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

border-color css

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

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

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