Html Css Color HEX #CCC62C Barberry

📋 copy color: '#CCC62C'

red 204 ◦ green 198 ◦ blue 44

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

Shades of Barberry #CCC62C

Tints of Barberry #CCC62C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.87%

R = 45.74%
G = 44.39%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CCC62C (or 0xCCC62C) is known color: Barberry. HEX triplet: CC, C6 and 2C. RGB value is (204,198,44). Sum of RGB (Red+Green+Blue) = 204+198+44=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 198 (77.73% from 255 or 44.39% from 446); Blue value is 44 (17.58% from 255 or 9.87% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC62C is #3339D3. Grayscale: #B6B6B6. Windows color (decimal): -3357140 or 2934476. OLE color: 2934476.

HSL color Cylindrical-coordinate representation of color #CCC62C: hue angle of 57.75º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCC62C is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 198 44 -
CMYK 0 0.03 0.78 0.2
HSL 57.75º 0.65% 0.49% -
HSV(B) 57.75º 0.78% 0.8% -
XYZ 45.55 53.41 10.29 -
YUV 182.24 49.99 143.52 -
System Red Green Blue C M Y K H S L
Decimal 204 198 44 0 0.03 0.78 0.2 57.75 0.65 0.49
Hex CC C6 2C 0 3 4E 14 3A 41 31
Octal 314 306 54 0 3 116 24 72 101 61
Binary 11001100 11000110 101100 0 11 1001110 10100 111010 1000001 110001

Color Harmonies of #CCC62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC62C

Black with #CCC62C

Text Example


Text Example

White with #CCC62C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC62C; }

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

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

background-color css

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

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

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

border-color css

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

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

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