Html Css Color HEX #D8BA22 Sunflower

📋 copy color: '#D8BA22'

red 216 ◦ green 186 ◦ blue 34

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

Shades of Sunflower #D8BA22

Tints of Sunflower #D8BA22

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.66%

 BLUE value IS 34 (13.67% from 255) = 7.8%

R = 49.54%
G = 42.66%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D8BA22 (or 0xD8BA22) is known color: Sunflower. HEX triplet: D8, BA and 22. RGB value is (216,186,34). Sum of RGB (Red+Green+Blue) = 216+186+34=436 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.54% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 34 (13.67% from 255 or 7.80% from 436); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BA22 is #2745DD. Grayscale: #B2B2B2. Windows color (decimal): -2573790 or 2276056. OLE color: 2276056.

HSL color Cylindrical-coordinate representation of color #D8BA22: hue angle of 50.11º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D8BA22 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 186 34 -
CMYK 0 0.14 0.84 0.15
HSL 50.11º 0.73% 0.49% -
HSV(B) 50.11º 0.84% 0.85% -
XYZ 46.17 49.83 8.7 -
YUV 177.64 46.94 155.36 -
System Red Green Blue C M Y K H S L
Decimal 216 186 34 0 0.14 0.84 0.15 50.11 0.73 0.49
Hex D8 BA 22 0 E 54 F 32 49 31
Octal 330 272 42 0 16 124 17 62 111 61
Binary 11011000 10111010 100010 0 1110 1010100 1111 110010 1001001 110001

Color Harmonies of #D8BA22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BA22

Black with #D8BA22

Text Example


Text Example

White with #D8BA22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BA22; }

 p { color: rgb(216,186,34); }

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

background-color css

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

 a { background-color: rgb(216,186,34); }

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

border-color css

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

 span { border-color: rgb(216,186,34); }

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