Html Css Color HEX #CCC82F Barberry

📋 copy color: '#CCC82F'

red 204 ◦ green 200 ◦ blue 47

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

Shades of Barberry #CCC82F

Tints of Barberry #CCC82F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.42%

R = 45.23%
G = 44.35%
B = 10.42%

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

#CCC82F (or 0xCCC82F) is known color: Barberry. HEX triplet: CC, C8 and 2F. RGB value is (204,200,47). Sum of RGB (Red+Green+Blue) = 204+200+47=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 200 (78.52% from 255 or 44.35% from 451); Blue value is 47 (18.75% from 255 or 10.42% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC82F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC82F is #3337D0. Grayscale: #B8B8B8. Windows color (decimal): -3356625 or 3131596. OLE color: 3131596.

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

Color convert

RGB 204 200 47 -
CMYK 0 0.02 0.77 0.2
HSL 58.47º 0.63% 0.49% -
HSV(B) 58.47º 0.77% 0.8% -
XYZ 46.07 54.35 10.75 -
YUV 183.75 50.83 142.44 -
System Red Green Blue C M Y K H S L
Decimal 204 200 47 0 0.02 0.77 0.2 58.47 0.63 0.49
Hex CC C8 2F 0 2 4D 14 3A 3F 31
Octal 314 310 57 0 2 115 24 72 77 61
Binary 11001100 11001000 101111 0 10 1001101 10100 111010 111111 110001

Color Harmonies of #CCC82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC82F

Black with #CCC82F

Text Example


Text Example

White with #CCC82F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC82F; }

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

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

background-color css

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

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

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

border-color css

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

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

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