#CDC74B

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

Shades of Wattle #CDC74B

Tints of Wattle #CDC74B

Color information

#CDC74B (or 0xCDC74B) is unknown color: approx Wattle. HEX triplet: CD, C7 and 4B. RGB value is (205,199,75). Sum of RGB (Red+Green+Blue) = 205+199+75=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 199 (78.12% from 255 or 41.54% from 479); Blue value is 75 (29.69% from 255 or 15.66% from 479); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC74B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC74B is #3238B4. Grayscale: #BBBBBB. Windows color (decimal): -3291317 or 4966349. OLE color: 4966349.

HSL color Cylindrical-coordinate representation of color #CDC74B: hue angle of 57.23º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CDC74B is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB20519975-
CMYK00.030.630.20
HSL57.23º56.52%54.9%-
HSV(B)57.23º63.41%80.39%-
XYZ46.8754.3314.67-
YUV186.6664.99141.08-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.80%
GREEN value IS 199 (78.12% from 255) = 41.54%
BLUE value IS 75 (29.69% from 255) = 15.66%
R=42.80%
G=41.54%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051997500.030.630.2057.2356.5254.9
HexCDC74B033F14393937
Octal315307113037724717167
Binary1100110111000111100101101111111110100111001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC74B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC74B; }

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

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

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

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

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

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

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

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