Html Css Color HEX #D8C935 Wattle

📋 copy color: '#D8C935'

red 216 ◦ green 201 ◦ blue 53

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

Shades of Wattle #D8C935

Tints of Wattle #D8C935

RGB

 RED value IS 216 (84.77% from 255) = 45.96%

 GREEN value IS 201 (78.91% from 255) = 42.77%

 BLUE value IS 53 (21.09% from 255) = 11.28%

R = 45.96%
G = 42.77%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D8C935 (or 0xD8C935) is known color: Wattle. HEX triplet: D8, C9 and 35. RGB value is (216,201,53). Sum of RGB (Red+Green+Blue) = 216+201+53=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 201 (78.91% from 255 or 42.77% from 470); Blue value is 53 (21.09% from 255 or 11.28% from 470); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C935 is #2736CA. Grayscale: #BDBDBD. Windows color (decimal): -2569931 or 3525080. OLE color: 3525080.

HSL color Cylindrical-coordinate representation of color #D8C935: hue angle of 54.48º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D8C935 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 201 53 -
CMYK 0 0.07 0.75 0.15
HSL 54.48º 0.68% 0.53% -
HSV(B) 54.48º 0.75% 0.85% -
XYZ 49.85 56.63 11.67 -
YUV 188.61 51.47 147.53 -
System Red Green Blue C M Y K H S L
Decimal 216 201 53 0 0.07 0.75 0.15 54.48 0.68 0.53
Hex D8 C9 35 0 7 4B F 36 44 35
Octal 330 311 65 0 7 113 17 66 104 65
Binary 11011000 11001001 110101 0 111 1001011 1111 110110 1000100 110101

Color Harmonies of #D8C935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C935

Black with #D8C935

Text Example


Text Example

White with #D8C935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C935; }

 p { color: rgb(216,201,53); }

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

background-color css

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

 a { background-color: rgb(216,201,53); }

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

border-color css

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

 span { border-color: rgb(216,201,53); }

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