Html Css Color HEX #CCCC17 Barberry

📋 copy color: '#CCCC17'

red 204 ◦ green 204 ◦ blue 23

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

Shades of Barberry #CCCC17

Tints of Barberry #CCCC17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.34%

R = 47.33%
G = 47.33%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CCCC17 (or 0xCCCC17) is known color: Barberry. HEX triplet: CC, CC and 17. RGB value is (204,204,23). Sum of RGB (Red+Green+Blue) = 204+204+23=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 204 (80.08% from 255 or 47.33% from 431); Blue value is 23 (9.38% from 255 or 5.34% from 431); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCC17 is #3333E8. Grayscale: #B8B8B8. Windows color (decimal): -3355625 or 1559756. OLE color: 1559756.

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

Color convert

RGB 204 204 23 -
CMYK 0 0 0.89 0.2
HSL 60º 0.8% 0.45% -
HSV(B) 60º 0.89% 0.8% -
XYZ 46.65 56.08 9.18 -
YUV 183.37 37.5 142.72 -
System Red Green Blue C M Y K H S L
Decimal 204 204 23 0 0 0.89 0.2 60 0.8 0.45
Hex CC CC 17 0 0 59 14 3C 50 2D
Octal 314 314 27 0 0 131 24 74 120 55
Binary 11001100 11001100 10111 0 0 1011001 10100 111100 1010000 101101

Color Harmonies of #CCCC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCC17

Black with #CCCC17

Text Example


Text Example

White with #CCCC17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCC17; }

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

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

background-color css

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

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

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

border-color css

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

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

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