Html Css Color HEX #D1C334 Wattle

📋 copy color: '#D1C334'

red 209 ◦ green 195 ◦ blue 52

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

Shades of Wattle #D1C334

Tints of Wattle #D1C334

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.76%

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

R = 45.83%
G = 42.76%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D1C334 (or 0xD1C334) is known color: Wattle. HEX triplet: D1, C3 and 34. RGB value is (209,195,52). Sum of RGB (Red+Green+Blue) = 209+195+52=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 195 (76.56% from 255 or 42.76% from 456); Blue value is 52 (20.70% from 255 or 11.40% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C334 is #2E3CCB. Grayscale: #B7B7B7. Windows color (decimal): -3030220 or 3458001. OLE color: 3458001.

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

Color convert

RGB 209 195 52 -
CMYK 0 0.07 0.75 0.18
HSL 54.65º 0.63% 0.51% -
HSV(B) 54.65º 0.75% 0.82% -
XYZ 46.43 52.83 11 -
YUV 182.88 54.14 146.63 -
System Red Green Blue C M Y K H S L
Decimal 209 195 52 0 0.07 0.75 0.18 54.65 0.63 0.51
Hex D1 C3 34 0 7 4B 12 37 3F 33
Octal 321 303 64 0 7 113 22 67 77 63
Binary 11010001 11000011 110100 0 111 1001011 10010 110111 111111 110011

Color Harmonies of #D1C334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C334

Black with #D1C334

Text Example


Text Example

White with #D1C334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C334; }

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

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

background-color css

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

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

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

border-color css

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

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

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