Html Css Color HEX #D0C23A Wattle

📋 copy color: '#D0C23A'

red 208 ◦ green 194 ◦ blue 58

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

Shades of Wattle #D0C23A

Tints of Wattle #D0C23A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.17%

 BLUE value IS 58 (23.05% from 255) = 12.61%

R = 45.22%
G = 42.17%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D0C23A (or 0xD0C23A) is known color: Wattle. HEX triplet: D0, C2 and 3A. RGB value is (208,194,58). Sum of RGB (Red+Green+Blue) = 208+194+58=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 194 (76.17% from 255 or 42.17% from 460); Blue value is 58 (23.05% from 255 or 12.61% from 460); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C23A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C23A is #2F3DC5. Grayscale: #B7B7B7. Windows color (decimal): -3096006 or 3850960. OLE color: 3850960.

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

Color convert

RGB 208 194 58 -
CMYK 0 0.07 0.72 0.18
HSL 54.4º 0.61% 0.52% -
HSV(B) 54.4º 0.72% 0.82% -
XYZ 46.07 52.3 11.67 -
YUV 182.68 57.64 146.06 -
System Red Green Blue C M Y K H S L
Decimal 208 194 58 0 0.07 0.72 0.18 54.4 0.61 0.52
Hex D0 C2 3A 0 7 48 12 36 3D 34
Octal 320 302 72 0 7 110 22 66 75 64
Binary 11010000 11000010 111010 0 111 1001000 10010 110110 111101 110100

Color Harmonies of #D0C23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C23A

Black with #D0C23A

Text Example


Text Example

White with #D0C23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C23A; }

 p { color: rgb(208,194,58); }

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

background-color css

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

 a { background-color: rgb(208,194,58); }

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

border-color css

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

 span { border-color: rgb(208,194,58); }

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