Html Css Color HEX #D2C83D Wattle

📋 copy color: '#D2C83D'

red 210 ◦ green 200 ◦ blue 61

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

Shades of Wattle #D2C83D

Tints of Wattle #D2C83D

RGB

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

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

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

R = 44.59%
G = 42.46%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D2C83D (or 0xD2C83D) is known color: Wattle. HEX triplet: D2, C8 and 3D. RGB value is (210,200,61). Sum of RGB (Red+Green+Blue) = 210+200+61=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 200 (78.52% from 255 or 42.46% from 471); Blue value is 61 (24.22% from 255 or 12.95% from 471); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C83D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C83D is #2D37C2. Grayscale: #BBBBBB. Windows color (decimal): -2963395 or 4049106. OLE color: 4049106.

HSL color Cylindrical-coordinate representation of color #D2C83D: hue angle of 55.97º 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 #D2C83D is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 200 61 -
CMYK 0 0.05 0.71 0.18
HSL 55.97º 0.62% 0.53% -
HSV(B) 55.97º 0.71% 0.82% -
XYZ 48.07 55.35 12.56 -
YUV 187.14 56.81 144.3 -
System Red Green Blue C M Y K H S L
Decimal 210 200 61 0 0.05 0.71 0.18 55.97 0.62 0.53
Hex D2 C8 3D 0 5 47 12 38 3E 35
Octal 322 310 75 0 5 107 22 70 76 65
Binary 11010010 11001000 111101 0 101 1000111 10010 111000 111110 110101

Color Harmonies of #D2C83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C83D

Black with #D2C83D

Text Example


Text Example

White with #D2C83D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C83D; }

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

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

background-color css

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

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

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

border-color css

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

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

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