Html Css Color HEX #D8CD30 Wattle

📋 copy color: '#D8CD30'

red 216 ◦ green 205 ◦ blue 48

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

Shades of Wattle #D8CD30

Tints of Wattle #D8CD30

RGB

 RED value IS 216 (84.77% from 255) = 46.06%

 GREEN value IS 205 (80.47% from 255) = 43.71%

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

R = 46.06%
G = 43.71%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D8CD30 (or 0xD8CD30) is known color: Wattle. HEX triplet: D8, CD and 30. RGB value is (216,205,48). Sum of RGB (Red+Green+Blue) = 216+205+48=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 48 (19.14% from 255 or 10.23% from 469); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CD30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CD30 is #2732CF. Grayscale: #BFBFBF. Windows color (decimal): -2568912 or 3198424. OLE color: 3198424.

HSL color Cylindrical-coordinate representation of color #D8CD30: hue angle of 56.07º degrees, saturation: 0.68, 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 #D8CD30 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 205 48 -
CMYK 0 0.05 0.78 0.15
HSL 56.07º 0.68% 0.52% -
HSV(B) 56.07º 0.78% 0.85% -
XYZ 50.68 58.47 11.41 -
YUV 190.39 47.64 146.27 -
System Red Green Blue C M Y K H S L
Decimal 216 205 48 0 0.05 0.78 0.15 56.07 0.68 0.52
Hex D8 CD 30 0 5 4E F 38 44 34
Octal 330 315 60 0 5 116 17 70 104 64
Binary 11011000 11001101 110000 0 101 1001110 1111 111000 1000100 110100

Color Harmonies of #D8CD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CD30

Black with #D8CD30

Text Example


Text Example

White with #D8CD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CD30; }

 p { color: rgb(216,205,48); }

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

background-color css

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

 a { background-color: rgb(216,205,48); }

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

border-color css

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

 span { border-color: rgb(216,205,48); }

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