Html Css Color HEX #CCC81C Barberry

📋 copy color: '#CCC81C'

red 204 ◦ green 200 ◦ blue 28

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

Shades of Barberry #CCC81C

Tints of Barberry #CCC81C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 46.3%

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

R = 47.22%
G = 46.3%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CCC81C (or 0xCCC81C) is known color: Barberry. HEX triplet: CC, C8 and 1C. RGB value is (204,200,28). Sum of RGB (Red+Green+Blue) = 204+200+28=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 200 (78.52% from 255 or 46.30% from 432); Blue value is 28 (11.33% from 255 or 6.48% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC81C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC81C is #3337E3. Grayscale: #B6B6B6. Windows color (decimal): -3356644 or 1886412. OLE color: 1886412.

HSL color Cylindrical-coordinate representation of color #CCC81C: hue angle of 58.64º 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 #CCC81C is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 200 28 -
CMYK 0 0.02 0.86 0.2
HSL 58.64º 0.76% 0.45% -
HSV(B) 58.64º 0.86% 0.8% -
XYZ 45.77 54.23 9.15 -
YUV 181.59 41.33 143.99 -
System Red Green Blue C M Y K H S L
Decimal 204 200 28 0 0.02 0.86 0.2 58.64 0.76 0.45
Hex CC C8 1C 0 2 56 14 3B 4C 2D
Octal 314 310 34 0 2 126 24 73 114 55
Binary 11001100 11001000 11100 0 10 1010110 10100 111011 1001100 101101

Color Harmonies of #CCC81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC81C

Black with #CCC81C

Text Example


Text Example

White with #CCC81C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC81C; }

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

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

background-color css

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

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

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

border-color css

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

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

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