Html Css Color HEX #CCC81F Barberry

📋 copy color: '#CCC81F'

red 204 ◦ green 200 ◦ blue 31

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

Shades of Barberry #CCC81F

Tints of Barberry #CCC81F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.13%

R = 46.9%
G = 45.98%
B = 7.13%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CCC81F (or 0xCCC81F) is known color: Barberry. HEX triplet: CC, C8 and 1F. RGB value is (204,200,31). Sum of RGB (Red+Green+Blue) = 204+200+31=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 200 (78.52% from 255 or 45.98% from 435); Blue value is 31 (12.5% from 255 or 7.13% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC81F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC81F is #3337E0. Grayscale: #B6B6B6. Windows color (decimal): -3356641 or 2083020. OLE color: 2083020.

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

Color convert

RGB 204 200 31 -
CMYK 0 0.02 0.85 0.2
HSL 58.61º 0.74% 0.46% -
HSV(B) 58.61º 0.85% 0.8% -
XYZ 45.8 54.24 9.35 -
YUV 181.93 42.83 143.74 -
System Red Green Blue C M Y K H S L
Decimal 204 200 31 0 0.02 0.85 0.2 58.61 0.74 0.46
Hex CC C8 1F 0 2 55 14 3B 4A 2E
Octal 314 310 37 0 2 125 24 73 112 56
Binary 11001100 11001000 11111 0 10 1010101 10100 111011 1001010 101110

Color Harmonies of #CCC81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC81F

Black with #CCC81F

Text Example


Text Example

White with #CCC81F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC81F; }

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

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

background-color css

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

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

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

border-color css

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

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

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