Html Css Color HEX #CCC51E Barberry

📋 copy color: '#CCC51E'

red 204 ◦ green 197 ◦ blue 30

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

Shades of Barberry #CCC51E

Tints of Barberry #CCC51E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.71%

 BLUE value IS 30 (12.11% from 255) = 6.96%

R = 47.33%
G = 45.71%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CCC51E (or 0xCCC51E) is known color: Barberry. HEX triplet: CC, C5 and 1E. RGB value is (204,197,30). Sum of RGB (Red+Green+Blue) = 204+197+30=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 197 (77.34% from 255 or 45.71% from 431); Blue value is 30 (12.11% from 255 or 6.96% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC51E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC51E is #333AE1. Grayscale: #B4B4B4. Windows color (decimal): -3357410 or 2016716. OLE color: 2016716.

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

Color convert

RGB 204 197 30 -
CMYK 0 0.03 0.85 0.2
HSL 57.59º 0.74% 0.46% -
HSV(B) 57.59º 0.85% 0.8% -
XYZ 45.1 52.86 9.05 -
YUV 180.06 43.32 145.08 -
System Red Green Blue C M Y K H S L
Decimal 204 197 30 0 0.03 0.85 0.2 57.59 0.74 0.46
Hex CC C5 1E 0 3 55 14 3A 4A 2E
Octal 314 305 36 0 3 125 24 72 112 56
Binary 11001100 11000101 11110 0 11 1010101 10100 111010 1001010 101110

Color Harmonies of #CCC51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC51E

Black with #CCC51E

Text Example


Text Example

White with #CCC51E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC51E; }

 p { color: rgb(204,197,30); }

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

background-color css

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

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

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

border-color css

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

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

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