Html Css Color HEX #CDC739 Wattle

📋 copy color: '#CDC739'

red 205 ◦ green 199 ◦ blue 57

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

Shades of Wattle #CDC739

Tints of Wattle #CDC739

RGB

 RED value IS 205 (80.47% from 255) = 44.47%

 GREEN value IS 199 (78.13% from 255) = 43.17%

 BLUE value IS 57 (22.66% from 255) = 12.36%

R = 44.47%
G = 43.17%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CDC739 (or 0xCDC739) is known color: Wattle. HEX triplet: CD, C7 and 39. RGB value is (205,199,57). Sum of RGB (Red+Green+Blue) = 205+199+57=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 199 (78.12% from 255 or 43.17% from 461); Blue value is 57 (22.66% from 255 or 12.36% from 461); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC739 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC739 is #3238C6. Grayscale: #B9B9B9. Windows color (decimal): -3291335 or 3786701. OLE color: 3786701.

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

Color convert

RGB 205 199 57 -
CMYK 0 0.03 0.72 0.20
HSL 57.57º 0.6% 0.51% -
HSV(B) 57.57º 0.72% 0.8% -
XYZ 46.34 54.12 11.88 -
YUV 184.61 55.99 142.55 -
System Red Green Blue C M Y K H S L
Decimal 205 199 57 0 0.03 0.72 0.20 57.57 0.6 0.51
Hex CD C7 39 0 3 48 14 3A 3C 33
Octal 315 307 71 0 3 110 24 72 74 63
Binary 11001101 11000111 111001 0 11 1001000 10100 111010 111100 110011

Color Harmonies of #CDC739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC739

Black with #CDC739

Text Example


Text Example

White with #CDC739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC739; }

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

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

background-color css

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

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

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

border-color css

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

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

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