Html Css Color HEX #CCCC1C Barberry

📋 copy color: '#CCCC1C'

red 204 ◦ green 204 ◦ blue 28

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

Shades of Barberry #CCCC1C

Tints of Barberry #CCCC1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.42%

R = 46.79%
G = 46.79%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CCCC1C (or 0xCCCC1C) is known color: Barberry. HEX triplet: CC, CC and 1C. RGB value is (204,204,28). Sum of RGB (Red+Green+Blue) = 204+204+28=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 204 (80.08% from 255 or 46.79% from 436); Blue value is 28 (11.33% from 255 or 6.42% from 436); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCC1C is #3333E3. Grayscale: #B8B8B8. Windows color (decimal): -3355620 or 1887436. OLE color: 1887436.

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

Color convert

RGB 204 204 28 -
CMYK 0 0 0.86 0.2
HSL 60º 0.76% 0.45% -
HSV(B) 60º 0.86% 0.8% -
XYZ 46.7 56.11 9.47 -
YUV 183.94 40 142.31 -
System Red Green Blue C M Y K H S L
Decimal 204 204 28 0 0 0.86 0.2 60 0.76 0.45
Hex CC CC 1C 0 0 56 14 3C 4C 2D
Octal 314 314 34 0 0 126 24 74 114 55
Binary 11001100 11001100 11100 0 0 1010110 10100 111100 1001100 101101

Color Harmonies of #CCCC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCC1C

Black with #CCCC1C

Text Example


Text Example

White with #CCCC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCC1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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