Html Css Color HEX #D0D64A Wattle

📋 copy color: '#D0D64A'

red 208 ◦ green 214 ◦ blue 74

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

Shades of Wattle #D0D64A

Tints of Wattle #D0D64A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.15%

 BLUE value IS 74 (29.3% from 255) = 14.92%

R = 41.94%
G = 43.15%
B = 14.92%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D0D64A (or 0xD0D64A) is known color: Wattle. HEX triplet: D0, D6 and 4A. RGB value is (208,214,74). Sum of RGB (Red+Green+Blue) = 208+214+74=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 214 (83.98% from 255 or 43.15% from 496); Blue value is 74 (29.30% from 255 or 14.92% from 496); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D64A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D64A is #2F29B5. Grayscale: #C4C4C4. Windows color (decimal): -3090870 or 4904656. OLE color: 4904656.

HSL color Cylindrical-coordinate representation of color #D0D64A: hue angle of 62.57º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D0D64A is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 214 74 -
CMYK 0.03 0 0.65 0.16
HSL 62.57º 0.63% 0.56% -
HSV(B) 62.57º 0.65% 0.84% -
XYZ 51.3 62 15.74 -
YUV 196.25 59.01 136.38 -
System Red Green Blue C M Y K H S L
Decimal 208 214 74 0.03 0 0.65 0.16 62.57 0.63 0.56
Hex D0 D6 4A 3 0 41 10 3F 3F 38
Octal 320 326 112 3 0 101 20 77 77 70
Binary 11010000 11010110 1001010 11 0 1000001 10000 111111 111111 111000

Color Harmonies of #D0D64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D64A

Black with #D0D64A

Text Example


Text Example

White with #D0D64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D64A; }

 p { color: rgb(208,214,74); }

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

background-color css

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

 a { background-color: rgb(208,214,74); }

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

border-color css

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

 span { border-color: rgb(208,214,74); }

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