Html Css Color HEX #CDC947 Wattle

📋 copy color: '#CDC947'

red 205 ◦ green 201 ◦ blue 71

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

Shades of Wattle #CDC947

Tints of Wattle #CDC947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.88%

R = 42.98%
G = 42.14%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CDC947 (or 0xCDC947) is known color: Wattle. HEX triplet: CD, C9 and 47. RGB value is (205,201,71). Sum of RGB (Red+Green+Blue) = 205+201+71=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 201 (78.91% from 255 or 42.14% from 477); Blue value is 71 (28.12% from 255 or 14.88% from 477); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC947 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC947 is #3236B8. Grayscale: #BBBBBB. Windows color (decimal): -3290809 or 4704717. OLE color: 4704717.

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

Color convert

RGB 205 201 71 -
CMYK 0 0.02 0.65 0.20
HSL 58.21º 0.57% 0.54% -
HSV(B) 58.21º 0.65% 0.8% -
XYZ 47.2 55.21 14.13 -
YUV 187.38 62.33 140.57 -
System Red Green Blue C M Y K H S L
Decimal 205 201 71 0 0.02 0.65 0.20 58.21 0.57 0.54
Hex CD C9 47 0 2 41 14 3A 39 36
Octal 315 311 107 0 2 101 24 72 71 66
Binary 11001101 11001001 1000111 0 10 1000001 10100 111010 111001 110110

Color Harmonies of #CDC947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC947

Black with #CDC947

Text Example


Text Example

White with #CDC947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC947; }

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

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

background-color css

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

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

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

border-color css

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

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

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