Html Css Color HEX #CCC02E Barberry

📋 copy color: '#CCC02E'

red 204 ◦ green 192 ◦ blue 46

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

Shades of Barberry #CCC02E

Tints of Barberry #CCC02E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.44%

 BLUE value IS 46 (18.36% from 255) = 10.41%

R = 46.15%
G = 43.44%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CCC02E (or 0xCCC02E) is known color: Barberry. HEX triplet: CC, C0 and 2E. RGB value is (204,192,46). Sum of RGB (Red+Green+Blue) = 204+192+46=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 46 (18.36% from 255 or 10.41% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC02E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC02E is #333FD1. Grayscale: #B3B3B3. Windows color (decimal): -3358674 or 3064012. OLE color: 3064012.

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

Color convert

RGB 204 192 46 -
CMYK 0 0.06 0.77 0.2
HSL 55.44º 0.63% 0.49% -
HSV(B) 55.44º 0.77% 0.8% -
XYZ 44.24 50.73 10.05 -
YUV 178.94 52.98 145.87 -
System Red Green Blue C M Y K H S L
Decimal 204 192 46 0 0.06 0.77 0.2 55.44 0.63 0.49
Hex CC C0 2E 0 6 4D 14 37 3F 31
Octal 314 300 56 0 6 115 24 67 77 61
Binary 11001100 11000000 101110 0 110 1001101 10100 110111 111111 110001

Color Harmonies of #CCC02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC02E

Black with #CCC02E

Text Example


Text Example

White with #CCC02E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC02E; }

 p { color: rgb(204,192,46); }

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

background-color css

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

 a { background-color: rgb(204,192,46); }

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

border-color css

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

 span { border-color: rgb(204,192,46); }

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