Html Css Color HEX #CCC41F Barberry

📋 copy color: '#CCC41F'

red 204 ◦ green 196 ◦ blue 31

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

Shades of Barberry #CCC41F

Tints of Barberry #CCC41F

RGB

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

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

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

R = 47.33%
G = 45.48%
B = 7.19%

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

#CCC41F (or 0xCCC41F) is known color: Barberry. HEX triplet: CC, C4 and 1F. RGB value is (204,196,31). Sum of RGB (Red+Green+Blue) = 204+196+31=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 196 (76.95% from 255 or 45.48% from 431); Blue value is 31 (12.5% from 255 or 7.19% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC41F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC41F is #333BE0. Grayscale: #B4B4B4. Windows color (decimal): -3357665 or 2081996. OLE color: 2081996.

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

Color convert

RGB 204 196 31 -
CMYK 0 0.04 0.85 0.2
HSL 57.23º 0.74% 0.46% -
HSV(B) 57.23º 0.85% 0.8% -
XYZ 44.89 52.42 9.05 -
YUV 179.58 44.15 145.42 -
System Red Green Blue C M Y K H S L
Decimal 204 196 31 0 0.04 0.85 0.2 57.23 0.74 0.46
Hex CC C4 1F 0 4 55 14 39 4A 2E
Octal 314 304 37 0 4 125 24 71 112 56
Binary 11001100 11000100 11111 0 100 1010101 10100 111001 1001010 101110

Color Harmonies of #CCC41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC41F

Black with #CCC41F

Text Example


Text Example

White with #CCC41F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC41F; }

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

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

background-color css

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

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

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

border-color css

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

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

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