Html Css Color HEX #D8B302 Sunflower

📋 copy color: '#D8B302'

red 216 ◦ green 179 ◦ blue 2

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

Shades of Sunflower #D8B302

Tints of Sunflower #D8B302

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.09%

 BLUE value IS 2 (1.17% from 255) = 0.5%

R = 54.41%
G = 45.09%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D8B302 (or 0xD8B302) is known color: Sunflower. HEX triplet: D8, B3 and 02. RGB value is (216,179,2). Sum of RGB (Red+Green+Blue) = 216+179+2=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 179 (70.31% from 255 or 45.09% from 397); Blue value is 2 (1.17% from 255 or 0.50% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8B302 is #274CFD. Grayscale: #AAAAAA. Windows color (decimal): -2575614 or 177112. OLE color: 177112.

HSL color Cylindrical-coordinate representation of color #D8B302: hue angle of 49.63º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D8B302 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 179 2 -
CMYK 0 0.17 0.99 0.15
HSL 49.63º 0.98% 0.43% -
HSV(B) 49.63º 0.99% 0.85% -
XYZ 44.45 46.84 6.76 -
YUV 169.89 33.26 160.89 -
System Red Green Blue C M Y K H S L
Decimal 216 179 2 0 0.17 0.99 0.15 49.63 0.98 0.43
Hex D8 B3 2 0 11 63 F 32 62 2B
Octal 330 263 2 0 21 143 17 62 142 53
Binary 11011000 10110011 10 0 10001 1100011 1111 110010 1100010 101011

Color Harmonies of #D8B302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B302

Black with #D8B302

Text Example


Text Example

White with #D8B302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B302; }

 p { color: rgb(216,179,2); }

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

background-color css

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

 a { background-color: rgb(216,179,2); }

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

border-color css

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

 span { border-color: rgb(216,179,2); }

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