Html Css Color HEX #D0C742 Wattle

📋 copy color: '#D0C742'

red 208 ◦ green 199 ◦ blue 66

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

Shades of Wattle #D0C742

Tints of Wattle #D0C742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.95%

R = 43.97%
G = 42.07%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D0C742 (or 0xD0C742) is known color: Wattle. HEX triplet: D0, C7 and 42. RGB value is (208,199,66). Sum of RGB (Red+Green+Blue) = 208+199+66=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 199 (78.12% from 255 or 42.07% from 473); Blue value is 66 (26.17% from 255 or 13.95% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C742 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C742 is #2F38BD. Grayscale: #BBBBBB. Windows color (decimal): -3094718 or 4376528. OLE color: 4376528.

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

Color convert

RGB 208 199 66 -
CMYK 0 0.04 0.68 0.18
HSL 56.2º 0.6% 0.54% -
HSV(B) 56.2º 0.68% 0.82% -
XYZ 47.42 54.65 13.2 -
YUV 186.53 59.98 143.31 -
System Red Green Blue C M Y K H S L
Decimal 208 199 66 0 0.04 0.68 0.18 56.2 0.6 0.54
Hex D0 C7 42 0 4 44 12 38 3C 36
Octal 320 307 102 0 4 104 22 70 74 66
Binary 11010000 11000111 1000010 0 100 1000100 10010 111000 111100 110110

Color Harmonies of #D0C742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C742

Black with #D0C742

Text Example


Text Example

White with #D0C742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C742; }

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

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

background-color css

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

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

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

border-color css

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

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

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