Html Css Color HEX #CDC549 Wattle

📋 copy color: '#CDC549'

red 205 ◦ green 197 ◦ blue 73

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

Shades of Wattle #CDC549

Tints of Wattle #CDC549

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.47%

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

R = 43.16%
G = 41.47%
B = 15.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CDC549 (or 0xCDC549) is known color: Wattle. HEX triplet: CD, C5 and 49. RGB value is (205,197,73). Sum of RGB (Red+Green+Blue) = 205+197+73=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 73 (28.91% from 255 or 15.37% from 475); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC549 is #323AB6. Grayscale: #B9B9B9. Windows color (decimal): -3291831 or 4834765. OLE color: 4834765.

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

Color convert

RGB 205 197 73 -
CMYK 0 0.04 0.64 0.20
HSL 56.36º 0.57% 0.55% -
HSV(B) 56.36º 0.64% 0.8% -
XYZ 46.35 53.39 14.17 -
YUV 185.26 64.65 142.08 -
System Red Green Blue C M Y K H S L
Decimal 205 197 73 0 0.04 0.64 0.20 56.36 0.57 0.55
Hex CD C5 49 0 4 40 14 38 39 37
Octal 315 305 111 0 4 100 24 70 71 67
Binary 11001101 11000101 1001001 0 100 1000000 10100 111000 111001 110111

Color Harmonies of #CDC549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC549

Black with #CDC549

Text Example


Text Example

White with #CDC549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC549; }

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

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

background-color css

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

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

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

border-color css

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

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

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