Html Css Color HEX #D0C744 Wattle

📋 copy color: '#D0C744'

red 208 ◦ green 199 ◦ blue 68

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

Shades of Wattle #D0C744

Tints of Wattle #D0C744

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.89%

 BLUE value IS 68 (26.95% from 255) = 14.32%

R = 43.79%
G = 41.89%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D0C744 (or 0xD0C744) is known color: Wattle. HEX triplet: D0, C7 and 44. RGB value is (208,199,68). Sum of RGB (Red+Green+Blue) = 208+199+68=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 199 (78.12% from 255 or 41.89% from 475); Blue value is 68 (26.95% from 255 or 14.32% from 475); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C744 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C744 is #2F38BB. Grayscale: #BBBBBB. Windows color (decimal): -3094716 or 4507600. OLE color: 4507600.

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

Color convert

RGB 208 199 68 -
CMYK 0 0.04 0.67 0.18
HSL 56.14º 0.6% 0.54% -
HSV(B) 56.14º 0.67% 0.82% -
XYZ 47.48 54.67 13.52 -
YUV 186.76 60.98 143.15 -
System Red Green Blue C M Y K H S L
Decimal 208 199 68 0 0.04 0.67 0.18 56.14 0.6 0.54
Hex D0 C7 44 0 4 43 12 38 3C 36
Octal 320 307 104 0 4 103 22 70 74 66
Binary 11010000 11000111 1000100 0 100 1000011 10010 111000 111100 110110

Color Harmonies of #D0C744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C744

Black with #D0C744

Text Example


Text Example

White with #D0C744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C744; }

 p { color: rgb(208,199,68); }

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

background-color css

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

 a { background-color: rgb(208,199,68); }

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

border-color css

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

 span { border-color: rgb(208,199,68); }

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