Html Css Color HEX #CCD618 Barberry

📋 copy color: '#CCD618'

red 204 ◦ green 214 ◦ blue 24

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

Shades of Barberry #CCD618

Tints of Barberry #CCD618

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.42%

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

R = 46.15%
G = 48.42%
B = 5.43%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#CCD618 (or 0xCCD618) is known color: Barberry. HEX triplet: CC, D6 and 18. RGB value is (204,214,24). Sum of RGB (Red+Green+Blue) = 204+214+24=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 214 (83.98% from 255 or 48.42% from 442); Blue value is 24 (9.77% from 255 or 5.43% from 442); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD618 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD618 is #3329E7. Grayscale: #BEBEBE. Windows color (decimal): -3353064 or 1627852. OLE color: 1627852.

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

Color convert

RGB 204 214 24 -
CMYK 0.05 0 0.89 0.16
HSL 63.16º 0.8% 0.47% -
HSV(B) 63.16º 0.89% 0.84% -
XYZ 49.11 61 10.05 -
YUV 189.35 34.69 138.45 -
System Red Green Blue C M Y K H S L
Decimal 204 214 24 0.05 0 0.89 0.16 63.16 0.8 0.47
Hex CC D6 18 5 0 59 10 3F 50 2F
Octal 314 326 30 5 0 131 20 77 120 57
Binary 11001100 11010110 11000 101 0 1011001 10000 111111 1010000 101111

Color Harmonies of #CCD618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD618

Black with #CCD618

Text Example


Text Example

White with #CCD618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD618; }

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

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

background-color css

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

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

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

border-color css

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

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

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