Html Css Color HEX #D0C743 Wattle

📋 copy color: '#D0C743'

red 208 ◦ green 199 ◦ blue 67

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

Shades of Wattle #D0C743

Tints of Wattle #D0C743

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.14%

R = 43.88%
G = 41.98%
B = 14.14%

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

#D0C743 (or 0xD0C743) is known color: Wattle. HEX triplet: D0, C7 and 43. RGB value is (208,199,67). Sum of RGB (Red+Green+Blue) = 208+199+67=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 199 (78.12% from 255 or 41.98% from 474); Blue value is 67 (26.56% from 255 or 14.14% from 474); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C743 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C743 is #2F38BC. Grayscale: #BBBBBB. Windows color (decimal): -3094717 or 4442064. OLE color: 4442064.

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

Color convert

RGB 208 199 67 -
CMYK 0 0.04 0.68 0.18
HSL 56.17º 0.6% 0.54% -
HSV(B) 56.17º 0.68% 0.82% -
XYZ 47.45 54.66 13.36 -
YUV 186.64 60.48 143.23 -
System Red Green Blue C M Y K H S L
Decimal 208 199 67 0 0.04 0.68 0.18 56.17 0.6 0.54
Hex D0 C7 43 0 4 44 12 38 3C 36
Octal 320 307 103 0 4 104 22 70 74 66
Binary 11010000 11000111 1000011 0 100 1000100 10010 111000 111100 110110

Color Harmonies of #D0C743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C743

Black with #D0C743

Text Example


Text Example

White with #D0C743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C743; }

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

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

background-color css

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

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

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

border-color css

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

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

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