Html Css Color HEX #CCD818 Barberry

📋 copy color: '#CCD818'

red 204 ◦ green 216 ◦ blue 24

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

Shades of Barberry #CCD818

Tints of Barberry #CCD818

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.65%

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

R = 45.95%
G = 48.65%
B = 5.41%

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

#CCD818 (or 0xCCD818) is known color: Barberry. HEX triplet: CC, D8 and 18. RGB value is (204,216,24). Sum of RGB (Red+Green+Blue) = 204+216+24=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 216 (84.77% from 255 or 48.65% from 444); Blue value is 24 (9.77% from 255 or 5.41% from 444); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD818 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD818 is #3327E7. Grayscale: #BFBFBF. Windows color (decimal): -3352552 or 1628364. OLE color: 1628364.

HSL color Cylindrical-coordinate representation of color #CCD818: hue angle of 63.75º 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 #CCD818 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 216 24 -
CMYK 0.06 0 0.89 0.15
HSL 63.75º 0.8% 0.47% -
HSV(B) 63.75º 0.89% 0.85% -
XYZ 49.62 62.02 10.22 -
YUV 190.52 34.02 137.61 -
System Red Green Blue C M Y K H S L
Decimal 204 216 24 0.06 0 0.89 0.15 63.75 0.8 0.47
Hex CC D8 18 6 0 59 F 40 50 2F
Octal 314 330 30 6 0 131 17 100 120 57
Binary 11001100 11011000 11000 110 0 1011001 1111 1000000 1010000 101111

Color Harmonies of #CCD818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD818

Black with #CCD818

Text Example


Text Example

White with #CCD818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD818; }

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

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

background-color css

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

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

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

border-color css

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

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

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