Html Css Color HEX #CCC72E Barberry

📋 copy color: '#CCC72E'

red 204 ◦ green 199 ◦ blue 46

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

Shades of Barberry #CCC72E

Tints of Barberry #CCC72E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.32%

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

R = 45.43%
G = 44.32%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CCC72E (or 0xCCC72E) is known color: Barberry. HEX triplet: CC, C7 and 2E. RGB value is (204,199,46). Sum of RGB (Red+Green+Blue) = 204+199+46=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 199 (78.12% from 255 or 44.32% from 449); Blue value is 46 (18.36% from 255 or 10.24% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC72E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC72E is #3338D1. Grayscale: #B7B7B7. Windows color (decimal): -3356882 or 3065804. OLE color: 3065804.

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

Color convert

RGB 204 199 46 -
CMYK 0 0.02 0.77 0.2
HSL 58.1º 0.63% 0.49% -
HSV(B) 58.1º 0.77% 0.8% -
XYZ 45.82 53.88 10.57 -
YUV 183.05 50.66 142.94 -
System Red Green Blue C M Y K H S L
Decimal 204 199 46 0 0.02 0.77 0.2 58.1 0.63 0.49
Hex CC C7 2E 0 2 4D 14 3A 3F 31
Octal 314 307 56 0 2 115 24 72 77 61
Binary 11001100 11000111 101110 0 10 1001101 10100 111010 111111 110001

Color Harmonies of #CCC72E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC72E

Black with #CCC72E

Text Example


Text Example

White with #CCC72E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC72E; }

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

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

background-color css

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

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

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

border-color css

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

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

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