Html Css Color HEX #D8C133 Wattle

📋 copy color: '#D8C133'

red 216 ◦ green 193 ◦ blue 51

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

Shades of Wattle #D8C133

Tints of Wattle #D8C133

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.96%

 BLUE value IS 51 (20.31% from 255) = 11.09%

R = 46.96%
G = 41.96%
B = 11.09%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D8C133 (or 0xD8C133) is known color: Wattle. HEX triplet: D8, C1 and 33. RGB value is (216,193,51). Sum of RGB (Red+Green+Blue) = 216+193+51=460 (60% of max value = 765). Red value is 216 (84.77% from 255 or 46.96% from 460); Green value is 193 (75.78% from 255 or 41.96% from 460); Blue value is 51 (20.31% from 255 or 11.09% from 460); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C133 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C133 is #273ECC. Grayscale: #B8B8B8. Windows color (decimal): -2571981 or 3391960. OLE color: 3391960.

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

Color convert

RGB 216 193 51 -
CMYK 0 0.11 0.76 0.15
HSL 51.64º 0.68% 0.52% -
HSV(B) 51.64º 0.76% 0.85% -
XYZ 47.99 52.98 10.83 -
YUV 183.69 53.12 151.05 -
System Red Green Blue C M Y K H S L
Decimal 216 193 51 0 0.11 0.76 0.15 51.64 0.68 0.52
Hex D8 C1 33 0 B 4C F 34 44 34
Octal 330 301 63 0 13 114 17 64 104 64
Binary 11011000 11000001 110011 0 1011 1001100 1111 110100 1000100 110100

Color Harmonies of #D8C133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C133

Black with #D8C133

Text Example


Text Example

White with #D8C133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C133; }

 p { color: rgb(216,193,51); }

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

background-color css

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

 a { background-color: rgb(216,193,51); }

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

border-color css

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

 span { border-color: rgb(216,193,51); }

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