Html Css Color HEX #CCC41E Barberry

📋 copy color: '#CCC41E'

red 204 ◦ green 196 ◦ blue 30

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

Shades of Barberry #CCC41E

Tints of Barberry #CCC41E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 45.58%

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

R = 47.44%
G = 45.58%
B = 6.98%

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

#CCC41E (or 0xCCC41E) is known color: Barberry. HEX triplet: CC, C4 and 1E. RGB value is (204,196,30). Sum of RGB (Red+Green+Blue) = 204+196+30=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 196 (76.95% from 255 or 45.58% from 430); Blue value is 30 (12.11% from 255 or 6.98% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC41E is #333BE1. Grayscale: #B4B4B4. Windows color (decimal): -3357666 or 2016460. OLE color: 2016460.

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

Color convert

RGB 204 196 30 -
CMYK 0 0.04 0.85 0.2
HSL 57.24º 0.74% 0.46% -
HSV(B) 57.24º 0.85% 0.8% -
XYZ 44.88 52.41 8.98 -
YUV 179.47 43.65 145.5 -
System Red Green Blue C M Y K H S L
Decimal 204 196 30 0 0.04 0.85 0.2 57.24 0.74 0.46
Hex CC C4 1E 0 4 55 14 39 4A 2E
Octal 314 304 36 0 4 125 24 71 112 56
Binary 11001100 11000100 11110 0 100 1010101 10100 111001 1001010 101110

Color Harmonies of #CCC41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC41E

Black with #CCC41E

Text Example


Text Example

White with #CCC41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC41E; }

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

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

background-color css

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

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

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

border-color css

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

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

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