Html Css Color HEX #CCC61F Barberry

📋 copy color: '#CCC61F'

red 204 ◦ green 198 ◦ blue 31

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

Shades of Barberry #CCC61F

Tints of Barberry #CCC61F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.73%

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

R = 47.11%
G = 45.73%
B = 7.16%

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

#CCC61F (or 0xCCC61F) is known color: Barberry. HEX triplet: CC, C6 and 1F. RGB value is (204,198,31). Sum of RGB (Red+Green+Blue) = 204+198+31=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 198 (77.73% from 255 or 45.73% from 433); Blue value is 31 (12.5% from 255 or 7.16% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC61F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC61F is #3339E0. Grayscale: #B5B5B5. Windows color (decimal): -3357153 or 2082508. OLE color: 2082508.

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

Color convert

RGB 204 198 31 -
CMYK 0 0.03 0.85 0.2
HSL 57.92º 0.74% 0.46% -
HSV(B) 57.92º 0.85% 0.8% -
XYZ 45.34 53.32 9.2 -
YUV 180.76 43.49 144.58 -
System Red Green Blue C M Y K H S L
Decimal 204 198 31 0 0.03 0.85 0.2 57.92 0.74 0.46
Hex CC C6 1F 0 3 55 14 3A 4A 2E
Octal 314 306 37 0 3 125 24 72 112 56
Binary 11001100 11000110 11111 0 11 1010101 10100 111010 1001010 101110

Color Harmonies of #CCC61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC61F

Black with #CCC61F

Text Example


Text Example

White with #CCC61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC61F; }

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

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

background-color css

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

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

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

border-color css

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

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

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