Html Css Color HEX #CDC532 Wattle

📋 copy color: '#CDC532'

red 205 ◦ green 197 ◦ blue 50

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

Shades of Wattle #CDC532

Tints of Wattle #CDC532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.06%

R = 45.35%
G = 43.58%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CDC532 (or 0xCDC532) is known color: Wattle. HEX triplet: CD, C5 and 32. RGB value is (205,197,50). Sum of RGB (Red+Green+Blue) = 205+197+50=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 197 (77.34% from 255 or 43.58% from 452); Blue value is 50 (19.92% from 255 or 11.06% from 452); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC532 is #323ACD. Grayscale: #B7B7B7. Windows color (decimal): -3291854 or 3327437. OLE color: 3327437.

HSL color Cylindrical-coordinate representation of color #CDC532: hue angle of 56.9º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CDC532 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 197 50 -
CMYK 0 0.04 0.76 0.20
HSL 56.9º 0.61% 0.5% -
HSV(B) 56.9º 0.76% 0.8% -
XYZ 45.72 53.14 10.87 -
YUV 182.63 53.15 143.95 -
System Red Green Blue C M Y K H S L
Decimal 205 197 50 0 0.04 0.76 0.20 56.9 0.61 0.5
Hex CD C5 32 0 4 4C 14 39 3D 32
Octal 315 305 62 0 4 114 24 71 75 62
Binary 11001101 11000101 110010 0 100 1001100 10100 111001 111101 110010

Color Harmonies of #CDC532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC532

Black with #CDC532

Text Example


Text Example

White with #CDC532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC532; }

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

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

background-color css

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

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

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

border-color css

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

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

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