Html Css Color HEX #CCCC19 Barberry

📋 copy color: '#CCCC19'

red 204 ◦ green 204 ◦ blue 25

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

Shades of Barberry #CCCC19

Tints of Barberry #CCCC19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.77%

R = 47.11%
G = 47.11%
B = 5.77%

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

#CCCC19 (or 0xCCCC19) is known color: Barberry. HEX triplet: CC, CC and 19. RGB value is (204,204,25). Sum of RGB (Red+Green+Blue) = 204+204+25=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 204 (80.08% from 255 or 47.11% from 433); Blue value is 25 (10.16% from 255 or 5.77% from 433); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCC19 is #3333E6. Grayscale: #B8B8B8. Windows color (decimal): -3355623 or 1690828. OLE color: 1690828.

HSL color Cylindrical-coordinate representation of color #CCCC19: hue angle of 60º degrees, saturation: 0.78, 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 #CCCC19 is Cyan = 0, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 204 25 -
CMYK 0 0 0.88 0.2
HSL 60º 0.78% 0.45% -
HSV(B) 60º 0.88% 0.8% -
XYZ 46.67 56.09 9.29 -
YUV 183.59 38.5 142.55 -
System Red Green Blue C M Y K H S L
Decimal 204 204 25 0 0 0.88 0.2 60 0.78 0.45
Hex CC CC 19 0 0 58 14 3C 4E 2D
Octal 314 314 31 0 0 130 24 74 116 55
Binary 11001100 11001100 11001 0 0 1011000 10100 111100 1001110 101101

Color Harmonies of #CCCC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCC19

Black with #CCCC19

Text Example


Text Example

White with #CCCC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCC19; }

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

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

background-color css

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

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

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

border-color css

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

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

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