Html Css Color HEX #CCC82E Barberry

📋 copy color: '#CCC82E'

red 204 ◦ green 200 ◦ blue 46

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

Shades of Barberry #CCC82E

Tints of Barberry #CCC82E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.44%

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

R = 45.33%
G = 44.44%
B = 10.22%

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

#CCC82E (or 0xCCC82E) is known color: Barberry. HEX triplet: CC, C8 and 2E. RGB value is (204,200,46). Sum of RGB (Red+Green+Blue) = 204+200+46=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 200 (78.52% from 255 or 44.44% from 450); Blue value is 46 (18.36% from 255 or 10.22% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC82E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC82E is #3337D1. Grayscale: #B8B8B8. Windows color (decimal): -3356626 or 3066060. OLE color: 3066060.

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

Color convert

RGB 204 200 46 -
CMYK 0 0.02 0.77 0.2
HSL 58.48º 0.63% 0.49% -
HSV(B) 58.48º 0.77% 0.8% -
XYZ 46.05 54.34 10.65 -
YUV 183.64 50.33 142.52 -
System Red Green Blue C M Y K H S L
Decimal 204 200 46 0 0.02 0.77 0.2 58.48 0.63 0.49
Hex CC C8 2E 0 2 4D 14 3A 3F 31
Octal 314 310 56 0 2 115 24 72 77 61
Binary 11001100 11001000 101110 0 10 1001101 10100 111010 111111 110001

Color Harmonies of #CCC82E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC82E

Black with #CCC82E

Text Example


Text Example

White with #CCC82E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC82E; }

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

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

background-color css

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

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

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

border-color css

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

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

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