Html Css Color HEX #D2C93D Wattle

📋 copy color: '#D2C93D'

red 210 ◦ green 201 ◦ blue 61

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

Shades of Wattle #D2C93D

Tints of Wattle #D2C93D

RGB

 RED value IS 210 (82.42% from 255) = 44.49%

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

 BLUE value IS 61 (24.22% from 255) = 12.92%

R = 44.49%
G = 42.58%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D2C93D (or 0xD2C93D) is known color: Wattle. HEX triplet: D2, C9 and 3D. RGB value is (210,201,61). Sum of RGB (Red+Green+Blue) = 210+201+61=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 201 (78.91% from 255 or 42.58% from 472); Blue value is 61 (24.22% from 255 or 12.92% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C93D is #2D36C2. Grayscale: #BCBCBC. Windows color (decimal): -2963139 or 4049362. OLE color: 4049362.

HSL color Cylindrical-coordinate representation of color #D2C93D: hue angle of 56.38º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D2C93D is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 201 61 -
CMYK 0 0.04 0.71 0.18
HSL 56.38º 0.62% 0.53% -
HSV(B) 56.38º 0.71% 0.82% -
XYZ 48.31 55.81 12.64 -
YUV 187.73 56.48 143.88 -
System Red Green Blue C M Y K H S L
Decimal 210 201 61 0 0.04 0.71 0.18 56.38 0.62 0.53
Hex D2 C9 3D 0 4 47 12 38 3E 35
Octal 322 311 75 0 4 107 22 70 76 65
Binary 11010010 11001001 111101 0 100 1000111 10010 111000 111110 110101

Color Harmonies of #D2C93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C93D

Black with #D2C93D

Text Example


Text Example

White with #D2C93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C93D; }

 p { color: rgb(210,201,61); }

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

background-color css

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

 a { background-color: rgb(210,201,61); }

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

border-color css

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

 span { border-color: rgb(210,201,61); }

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