Html Css Color HEX #CCC42D Barberry

📋 copy color: '#CCC42D'

red 204 ◦ green 196 ◦ blue 45

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

Shades of Barberry #CCC42D

Tints of Barberry #CCC42D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.04%

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

R = 45.84%
G = 44.04%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CCC42D (or 0xCCC42D) is known color: Barberry. HEX triplet: CC, C4 and 2D. RGB value is (204,196,45). Sum of RGB (Red+Green+Blue) = 204+196+45=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 196 (76.95% from 255 or 44.04% from 445); Blue value is 45 (17.97% from 255 or 10.11% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC42D is #333BD2. Grayscale: #B5B5B5. Windows color (decimal): -3357651 or 2999500. OLE color: 2999500.

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

Color convert

RGB 204 196 45 -
CMYK 0 0.04 0.78 0.2
HSL 56.98º 0.64% 0.49% -
HSV(B) 56.98º 0.78% 0.8% -
XYZ 45.12 52.51 10.24 -
YUV 181.18 51.15 144.28 -
System Red Green Blue C M Y K H S L
Decimal 204 196 45 0 0.04 0.78 0.2 56.98 0.64 0.49
Hex CC C4 2D 0 4 4E 14 39 40 31
Octal 314 304 55 0 4 116 24 71 100 61
Binary 11001100 11000100 101101 0 100 1001110 10100 111001 1000000 110001

Color Harmonies of #CCC42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC42D

Black with #CCC42D

Text Example


Text Example

White with #CCC42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC42D; }

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

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

background-color css

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

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

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

border-color css

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

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

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