Html Css Color HEX #D0C443 Wattle

📋 copy color: '#D0C443'

red 208 ◦ green 196 ◦ blue 67

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

Shades of Wattle #D0C443

Tints of Wattle #D0C443

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.61%

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

R = 44.16%
G = 41.61%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D0C443 (or 0xD0C443) is known color: Wattle. HEX triplet: D0, C4 and 43. RGB value is (208,196,67). Sum of RGB (Red+Green+Blue) = 208+196+67=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 196 (76.95% from 255 or 41.61% from 471); Blue value is 67 (26.56% from 255 or 14.23% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C443 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C443 is #2F3BBC. Grayscale: #B9B9B9. Windows color (decimal): -3095485 or 4441296. OLE color: 4441296.

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

Color convert

RGB 208 196 67 -
CMYK 0 0.06 0.68 0.18
HSL 54.89º 0.6% 0.54% -
HSV(B) 54.89º 0.68% 0.82% -
XYZ 46.77 53.3 13.13 -
YUV 184.88 61.48 144.49 -
System Red Green Blue C M Y K H S L
Decimal 208 196 67 0 0.06 0.68 0.18 54.89 0.6 0.54
Hex D0 C4 43 0 6 44 12 37 3C 36
Octal 320 304 103 0 6 104 22 67 74 66
Binary 11010000 11000100 1000011 0 110 1000100 10010 110111 111100 110110

Color Harmonies of #D0C443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C443

Black with #D0C443

Text Example


Text Example

White with #D0C443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C443; }

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

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

background-color css

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

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

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

border-color css

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

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

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