Html Css Color HEX #CCC82D Barberry

📋 copy color: '#CCC82D'

red 204 ◦ green 200 ◦ blue 45

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

Shades of Barberry #CCC82D

Tints of Barberry #CCC82D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.02%

R = 45.43%
G = 44.54%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CCC82D (or 0xCCC82D) is known color: Barberry. HEX triplet: CC, C8 and 2D. RGB value is (204,200,45). Sum of RGB (Red+Green+Blue) = 204+200+45=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 200 (78.52% from 255 or 44.54% from 449); Blue value is 45 (17.97% from 255 or 10.02% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC82D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC82D is #3337D2. Grayscale: #B8B8B8. Windows color (decimal): -3356627 or 3000524. OLE color: 3000524.

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

Color convert

RGB 204 200 45 -
CMYK 0 0.02 0.78 0.2
HSL 58.49º 0.64% 0.49% -
HSV(B) 58.49º 0.78% 0.8% -
XYZ 46.03 54.34 10.54 -
YUV 183.53 49.83 142.6 -
System Red Green Blue C M Y K H S L
Decimal 204 200 45 0 0.02 0.78 0.2 58.49 0.64 0.49
Hex CC C8 2D 0 2 4E 14 3A 40 31
Octal 314 310 55 0 2 116 24 72 100 61
Binary 11001100 11001000 101101 0 10 1001110 10100 111010 1000000 110001

Color Harmonies of #CCC82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC82D

Black with #CCC82D

Text Example


Text Example

White with #CCC82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC82D; }

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

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

background-color css

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

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

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

border-color css

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

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

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