Html Css Color HEX #D1C734 Wattle

📋 copy color: '#D1C734'

red 209 ◦ green 199 ◦ blue 52

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

Shades of Wattle #D1C734

Tints of Wattle #D1C734

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.26%

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

R = 45.43%
G = 43.26%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D1C734 (or 0xD1C734) is known color: Wattle. HEX triplet: D1, C7 and 34. RGB value is (209,199,52). Sum of RGB (Red+Green+Blue) = 209+199+52=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 199 (78.12% from 255 or 43.26% from 460); Blue value is 52 (20.70% from 255 or 11.30% from 460); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C734 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C734 is #2E38CB. Grayscale: #B9B9B9. Windows color (decimal): -3029196 or 3459025. OLE color: 3459025.

HSL color Cylindrical-coordinate representation of color #D1C734: hue angle of 56.18º 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 #D1C734 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 199 52 -
CMYK 0 0.05 0.75 0.18
HSL 56.18º 0.63% 0.51% -
HSV(B) 56.18º 0.75% 0.82% -
XYZ 47.34 54.65 11.3 -
YUV 185.23 52.81 144.95 -
System Red Green Blue C M Y K H S L
Decimal 209 199 52 0 0.05 0.75 0.18 56.18 0.63 0.51
Hex D1 C7 34 0 5 4B 12 38 3F 33
Octal 321 307 64 0 5 113 22 70 77 63
Binary 11010001 11000111 110100 0 101 1001011 10010 111000 111111 110011

Color Harmonies of #D1C734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C734

Black with #D1C734

Text Example


Text Example

White with #D1C734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C734; }

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

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

background-color css

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

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

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

border-color css

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

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

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