Html Css Color HEX #D0C93B Wattle

📋 copy color: '#D0C93B'

red 208 ◦ green 201 ◦ blue 59

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

Shades of Wattle #D0C93B

Tints of Wattle #D0C93B

RGB

 RED value IS 208 (81.64% from 255) = 44.44%

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

 BLUE value IS 59 (23.44% from 255) = 12.61%

R = 44.44%
G = 42.95%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D0C93B (or 0xD0C93B) is known color: Wattle. HEX triplet: D0, C9 and 3B. RGB value is (208,201,59). Sum of RGB (Red+Green+Blue) = 208+201+59=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 201 (78.91% from 255 or 42.95% from 468); Blue value is 59 (23.44% from 255 or 12.61% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C93B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C93B is #2F36C4. Grayscale: #BBBBBB. Windows color (decimal): -3094213 or 3918288. OLE color: 3918288.

HSL color Cylindrical-coordinate representation of color #D0C93B: hue angle of 57.18º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D0C93B is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 201 59 -
CMYK 0 0.03 0.72 0.18
HSL 57.18º 0.61% 0.52% -
HSV(B) 57.18º 0.72% 0.82% -
XYZ 47.69 55.5 12.34 -
YUV 186.91 55.82 143.05 -
System Red Green Blue C M Y K H S L
Decimal 208 201 59 0 0.03 0.72 0.18 57.18 0.61 0.52
Hex D0 C9 3B 0 3 48 12 39 3D 34
Octal 320 311 73 0 3 110 22 71 75 64
Binary 11010000 11001001 111011 0 11 1001000 10010 111001 111101 110100

Color Harmonies of #D0C93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C93B

Black with #D0C93B

Text Example


Text Example

White with #D0C93B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C93B; }

 p { color: rgb(208,201,59); }

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

background-color css

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

 a { background-color: rgb(208,201,59); }

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

border-color css

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

 span { border-color: rgb(208,201,59); }

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