Html Css Color HEX #CDC949 Wattle

📋 copy color: '#CDC949'

red 205 ◦ green 201 ◦ blue 73

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

Shades of Wattle #CDC949

Tints of Wattle #CDC949

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.96%

 BLUE value IS 73 (28.91% from 255) = 15.24%

R = 42.8%
G = 41.96%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CDC949 (or 0xCDC949) is known color: Wattle. HEX triplet: CD, C9 and 49. RGB value is (205,201,73). Sum of RGB (Red+Green+Blue) = 205+201+73=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 201 (78.91% from 255 or 41.96% from 479); Blue value is 73 (28.91% from 255 or 15.24% from 479); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC949 is #3236B6. Grayscale: #BCBCBC. Windows color (decimal): -3290807 or 4835789. OLE color: 4835789.

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

Color convert

RGB 205 201 73 -
CMYK 0 0.02 0.64 0.20
HSL 58.18º 0.57% 0.55% -
HSV(B) 58.18º 0.64% 0.8% -
XYZ 47.27 55.23 14.47 -
YUV 187.6 63.33 140.41 -
System Red Green Blue C M Y K H S L
Decimal 205 201 73 0 0.02 0.64 0.20 58.18 0.57 0.55
Hex CD C9 49 0 2 40 14 3A 39 37
Octal 315 311 111 0 2 100 24 72 71 67
Binary 11001101 11001001 1001001 0 10 1000000 10100 111010 111001 110111

Color Harmonies of #CDC949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC949

Black with #CDC949

Text Example


Text Example

White with #CDC949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC949; }

 p { color: rgb(205,201,73); }

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

background-color css

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

 a { background-color: rgb(205,201,73); }

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

border-color css

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

 span { border-color: rgb(205,201,73); }

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