Html Css Color HEX #D5D033 Wattle

📋 copy color: '#D5D033'

red 213 ◦ green 208 ◦ blue 51

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

Shades of Wattle #D5D033

Tints of Wattle #D5D033

RGB

 RED value IS 213 (83.59% from 255) = 45.13%

 GREEN value IS 208 (81.64% from 255) = 44.07%

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

R = 45.13%
G = 44.07%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D5D033 (or 0xD5D033) is known color: Wattle. HEX triplet: D5, D0 and 33. RGB value is (213,208,51). Sum of RGB (Red+Green+Blue) = 213+208+51=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 51 (20.31% from 255 or 10.81% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D033 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D033 is #2A2FCC. Grayscale: #C0C0C0. Windows color (decimal): -2764749 or 3395797. OLE color: 3395797.

HSL color Cylindrical-coordinate representation of color #D5D033: hue angle of 58.15º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D5D033 is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 208 51 -
CMYK 0 0.02 0.76 0.16
HSL 58.15º 0.66% 0.52% -
HSV(B) 58.15º 0.76% 0.84% -
XYZ 50.59 59.5 11.95 -
YUV 191.6 48.66 143.27 -
System Red Green Blue C M Y K H S L
Decimal 213 208 51 0 0.02 0.76 0.16 58.15 0.66 0.52
Hex D5 D0 33 0 2 4C 10 3A 42 34
Octal 325 320 63 0 2 114 20 72 102 64
Binary 11010101 11010000 110011 0 10 1001100 10000 111010 1000010 110100

Color Harmonies of #D5D033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D033

Black with #D5D033

Text Example


Text Example

White with #D5D033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D033; }

 p { color: rgb(213,208,51); }

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

background-color css

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

 a { background-color: rgb(213,208,51); }

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

border-color css

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

 span { border-color: rgb(213,208,51); }

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