Html Css Color HEX #D9C230 Wattle

📋 copy color: '#D9C230'

red 217 ◦ green 194 ◦ blue 48

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

Shades of Wattle #D9C230

Tints of Wattle #D9C230

RGB

 RED value IS 217 (85.16% from 255) = 47.28%

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

 BLUE value IS 48 (19.14% from 255) = 10.46%

R = 47.28%
G = 42.27%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D9C230 (or 0xD9C230) is known color: Wattle. HEX triplet: D9, C2 and 30. RGB value is (217,194,48). Sum of RGB (Red+Green+Blue) = 217+194+48=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 194 (76.17% from 255 or 42.27% from 459); Blue value is 48 (19.14% from 255 or 10.46% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C230 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C230 is #263DCF. Grayscale: #B8B8B8. Windows color (decimal): -2506192 or 3195609. OLE color: 3195609.

HSL color Cylindrical-coordinate representation of color #D9C230: hue angle of 51.83º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D9C230 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 194 48 -
CMYK 0 0.11 0.78 0.15
HSL 51.83º 0.69% 0.52% -
HSV(B) 51.83º 0.78% 0.85% -
XYZ 48.44 53.55 10.58 -
YUV 184.23 51.12 151.37 -
System Red Green Blue C M Y K H S L
Decimal 217 194 48 0 0.11 0.78 0.15 51.83 0.69 0.52
Hex D9 C2 30 0 B 4E F 34 45 34
Octal 331 302 60 0 13 116 17 64 105 64
Binary 11011001 11000010 110000 0 1011 1001110 1111 110100 1000101 110100

Color Harmonies of #D9C230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C230

Black with #D9C230

Text Example


Text Example

White with #D9C230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C230; }

 p { color: rgb(217,194,48); }

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

background-color css

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

 a { background-color: rgb(217,194,48); }

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

border-color css

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

 span { border-color: rgb(217,194,48); }

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