Html Css Color HEX #CCC31E Barberry

📋 copy color: '#CCC31E'

red 204 ◦ green 195 ◦ blue 30

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

Shades of Barberry #CCC31E

Tints of Barberry #CCC31E

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.45%

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

R = 47.55%
G = 45.45%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CCC31E (or 0xCCC31E) is known color: Barberry. HEX triplet: CC, C3 and 1E. RGB value is (204,195,30). Sum of RGB (Red+Green+Blue) = 204+195+30=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 195 (76.56% from 255 or 45.45% from 429); Blue value is 30 (12.11% from 255 or 6.99% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC31E is #333CE1. Grayscale: #B3B3B3. Windows color (decimal): -3357922 or 2016204. OLE color: 2016204.

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

Color convert

RGB 204 195 30 -
CMYK 0 0.04 0.85 0.2
HSL 56.9º 0.74% 0.46% -
HSV(B) 56.9º 0.85% 0.8% -
XYZ 44.65 51.96 8.9 -
YUV 178.88 43.98 145.92 -
System Red Green Blue C M Y K H S L
Decimal 204 195 30 0 0.04 0.85 0.2 56.9 0.74 0.46
Hex CC C3 1E 0 4 55 14 39 4A 2E
Octal 314 303 36 0 4 125 24 71 112 56
Binary 11001100 11000011 11110 0 100 1010101 10100 111001 1001010 101110

Color Harmonies of #CCC31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC31E

Black with #CCC31E

Text Example


Text Example

White with #CCC31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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