Html Css Color HEX #CCC02A Barberry

📋 copy color: '#CCC02A'

red 204 ◦ green 192 ◦ blue 42

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

Shades of Barberry #CCC02A

Tints of Barberry #CCC02A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.59%

R = 46.58%
G = 43.84%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CCC02A (or 0xCCC02A) is known color: Barberry. HEX triplet: CC, C0 and 2A. RGB value is (204,192,42). Sum of RGB (Red+Green+Blue) = 204+192+42=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 42 (16.80% from 255 or 9.59% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC02A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC02A is #333FD5. Grayscale: #B3B3B3. Windows color (decimal): -3358678 or 2801868. OLE color: 2801868.

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

Color convert

RGB 204 192 42 -
CMYK 0 0.06 0.79 0.2
HSL 55.56º 0.66% 0.48% -
HSV(B) 55.56º 0.79% 0.8% -
XYZ 44.17 50.7 9.65 -
YUV 178.49 50.98 146.2 -
System Red Green Blue C M Y K H S L
Decimal 204 192 42 0 0.06 0.79 0.2 55.56 0.66 0.48
Hex CC C0 2A 0 6 4F 14 38 42 30
Octal 314 300 52 0 6 117 24 70 102 60
Binary 11001100 11000000 101010 0 110 1001111 10100 111000 1000010 110000

Color Harmonies of #CCC02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC02A

Black with #CCC02A

Text Example


Text Example

White with #CCC02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC02A; }

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

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

background-color css

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

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

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

border-color css

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

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

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