#CDC72F

Color #CDC72F Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #CDC72F

Tints of Barberry #CDC72F

Color information

#CDC72F (or 0xCDC72F) is unknown color: approx Barberry. HEX triplet: CD, C7 and 2F. RGB value is (205,199,47). Sum of RGB (Red+Green+Blue) = 205+199+47=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 199 (78.12% from 255 or 44.12% from 451); Blue value is 47 (18.75% from 255 or 10.42% from 451); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC72F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC72F is #3238D0. Grayscale: #B8B8B8. Windows color (decimal): -3291345 or 3131341. OLE color: 3131341.

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

Color convert

RGB20519947-
CMYK00.030.770.20
HSL57.72º62.7%49.41%-
HSV(B)57.72º77.07%80.39%-
XYZ46.1154.0310.69-
YUV183.4750.99143.36-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.45%
GREEN value IS 199 (78.12% from 255) = 44.12%
BLUE value IS 47 (18.75% from 255) = 10.42%
R=45.45%
G=44.12%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.77
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051994700.030.770.2057.7262.749.41
HexCDC72F034D143a3f31
Octal315307570311524727761
Binary1100110111000111101111011100110110100111010111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC72F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC72F; }

 p { color: rgb(205,199,47); }

 H1.HeaderClassName
 {
   color: #CDC72F;
 }
 .AnyTagClassName
 {
   color: #CDC72F;
 }
</style>
background-color css

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

 a { background-color: rgb(205,199,47); }

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

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

 span { border-color: rgb(205,199,47); }

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