Html Css Color HEX #D0C038 Wattle

📋 copy color: '#D0C038'

red 208 ◦ green 192 ◦ blue 56

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

Shades of Wattle #D0C038

Tints of Wattle #D0C038

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.11%

 BLUE value IS 56 (22.27% from 255) = 12.28%

R = 45.61%
G = 42.11%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D0C038 (or 0xD0C038) is known color: Wattle. HEX triplet: D0, C0 and 38. RGB value is (208,192,56). Sum of RGB (Red+Green+Blue) = 208+192+56=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 56 (22.27% from 255 or 12.28% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C038 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C038 is #2F3FC7. Grayscale: #B5B5B5. Windows color (decimal): -3096520 or 3719376. OLE color: 3719376.

HSL color Cylindrical-coordinate representation of color #D0C038: hue angle of 53.68º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D0C038 is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 192 56 -
CMYK 0 0.08 0.73 0.18
HSL 53.68º 0.62% 0.52% -
HSV(B) 53.68º 0.73% 0.82% -
XYZ 45.58 51.39 11.26 -
YUV 181.28 57.3 147.06 -
System Red Green Blue C M Y K H S L
Decimal 208 192 56 0 0.08 0.73 0.18 53.68 0.62 0.52
Hex D0 C0 38 0 8 49 12 36 3E 34
Octal 320 300 70 0 10 111 22 66 76 64
Binary 11010000 11000000 111000 0 1000 1001001 10010 110110 111110 110100

Color Harmonies of #D0C038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C038

Black with #D0C038

Text Example


Text Example

White with #D0C038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C038; }

 p { color: rgb(208,192,56); }

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

background-color css

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

 a { background-color: rgb(208,192,56); }

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

border-color css

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

 span { border-color: rgb(208,192,56); }

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