Html Css Color HEX #D8C834 Wattle

📋 copy color: '#D8C834'

red 216 ◦ green 200 ◦ blue 52

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

Shades of Wattle #D8C834

Tints of Wattle #D8C834

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.74%

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

R = 46.15%
G = 42.74%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D8C834 (or 0xD8C834) is known color: Wattle. HEX triplet: D8, C8 and 34. RGB value is (216,200,52). Sum of RGB (Red+Green+Blue) = 216+200+52=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 200 (78.52% from 255 or 42.74% from 468); Blue value is 52 (20.70% from 255 or 11.11% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C834 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C834 is #2737CB. Grayscale: #BCBCBC. Windows color (decimal): -2570188 or 3459288. OLE color: 3459288.

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

Color convert

RGB 216 200 52 -
CMYK 0 0.07 0.76 0.15
HSL 54.15º 0.68% 0.53% -
HSV(B) 54.15º 0.76% 0.85% -
XYZ 49.59 56.16 11.47 -
YUV 187.91 51.3 148.03 -
System Red Green Blue C M Y K H S L
Decimal 216 200 52 0 0.07 0.76 0.15 54.15 0.68 0.53
Hex D8 C8 34 0 7 4C F 36 44 35
Octal 330 310 64 0 7 114 17 66 104 65
Binary 11011000 11001000 110100 0 111 1001100 1111 110110 1000100 110101

Color Harmonies of #D8C834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C834

Black with #D8C834

Text Example


Text Example

White with #D8C834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C834; }

 p { color: rgb(216,200,52); }

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

background-color css

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

 a { background-color: rgb(216,200,52); }

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

border-color css

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

 span { border-color: rgb(216,200,52); }

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