Html Css Color HEX #D1CD34 Wattle

📋 copy color: '#D1CD34'

red 209 ◦ green 205 ◦ blue 52

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

Shades of Wattle #D1CD34

Tints of Wattle #D1CD34

RGB

 RED value IS 209 (82.03% from 255) = 44.85%

 GREEN value IS 205 (80.47% from 255) = 43.99%

 BLUE value IS 52 (20.7% from 255) = 11.16%

R = 44.85%
G = 43.99%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D1CD34 (or 0xD1CD34) is known color: Wattle. HEX triplet: D1, CD and 34. RGB value is (209,205,52). Sum of RGB (Red+Green+Blue) = 209+205+52=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 52 (20.70% from 255 or 11.16% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CD34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CD34 is #2E32CB. Grayscale: #BDBDBD. Windows color (decimal): -3027660 or 3460561. OLE color: 3460561.

HSL color Cylindrical-coordinate representation of color #D1CD34: hue angle of 58.47º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D1CD34 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 205 52 -
CMYK 0 0.02 0.75 0.18
HSL 58.47º 0.63% 0.51% -
HSV(B) 58.47º 0.75% 0.82% -
XYZ 48.75 57.47 11.77 -
YUV 188.75 50.83 142.44 -
System Red Green Blue C M Y K H S L
Decimal 209 205 52 0 0.02 0.75 0.18 58.47 0.63 0.51
Hex D1 CD 34 0 2 4B 12 3A 3F 33
Octal 321 315 64 0 2 113 22 72 77 63
Binary 11010001 11001101 110100 0 10 1001011 10010 111010 111111 110011

Color Harmonies of #D1CD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CD34

Black with #D1CD34

Text Example


Text Example

White with #D1CD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CD34; }

 p { color: rgb(209,205,52); }

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

background-color css

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

 a { background-color: rgb(209,205,52); }

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

border-color css

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

 span { border-color: rgb(209,205,52); }

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