Html Css Color HEX #CCCC18 Barberry

📋 copy color: '#CCCC18'

red 204 ◦ green 204 ◦ blue 24

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

Shades of Barberry #CCCC18

Tints of Barberry #CCCC18

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47.22%

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

R = 47.22%
G = 47.22%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CCCC18 (or 0xCCCC18) is known color: Barberry. HEX triplet: CC, CC and 18. RGB value is (204,204,24). Sum of RGB (Red+Green+Blue) = 204+204+24=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 204 (80.08% from 255 or 47.22% from 432); Blue value is 24 (9.77% from 255 or 5.56% from 432); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCC18 is #3333E7. Grayscale: #B8B8B8. Windows color (decimal): -3355624 or 1625292. OLE color: 1625292.

HSL color Cylindrical-coordinate representation of color #CCCC18: hue angle of 60º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCCC18 is Cyan = 0, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 204 24 -
CMYK 0 0 0.88 0.2
HSL 60º 0.79% 0.45% -
HSV(B) 60º 0.88% 0.8% -
XYZ 46.66 56.09 9.23 -
YUV 183.48 38 142.64 -
System Red Green Blue C M Y K H S L
Decimal 204 204 24 0 0 0.88 0.2 60 0.79 0.45
Hex CC CC 18 0 0 58 14 3C 4F 2D
Octal 314 314 30 0 0 130 24 74 117 55
Binary 11001100 11001100 11000 0 0 1011000 10100 111100 1001111 101101

Color Harmonies of #CCCC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCC18

Black with #CCCC18

Text Example


Text Example

White with #CCCC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCC18; }

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

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

background-color css

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

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

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

border-color css

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

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

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