Html Css Color HEX #D8B702 Bird Flower

📋 copy color: '#D8B702'

red 216 ◦ green 183 ◦ blue 2

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

Shades of Bird Flower #D8B702

Tints of Bird Flower #D8B702

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.64%

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

R = 53.87%
G = 45.64%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D8B702 (or 0xD8B702) is known color: Bird Flower. HEX triplet: D8, B7 and 02. RGB value is (216,183,2). Sum of RGB (Red+Green+Blue) = 216+183+2=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 183 (71.88% from 255 or 45.64% from 401); Blue value is 2 (1.17% from 255 or 0.50% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8B702 is #2748FD. Grayscale: #ACACAC. Windows color (decimal): -2574590 or 178136. OLE color: 178136.

HSL color Cylindrical-coordinate representation of color #D8B702: hue angle of 50.75º 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 #D8B702 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 183 2 -
CMYK 0 0.15 0.99 0.15
HSL 50.75º 0.98% 0.43% -
HSV(B) 50.75º 0.99% 0.85% -
XYZ 45.26 48.47 7.03 -
YUV 172.23 31.93 159.22 -
System Red Green Blue C M Y K H S L
Decimal 216 183 2 0 0.15 0.99 0.15 50.75 0.98 0.43
Hex D8 B7 2 0 F 63 F 33 62 2B
Octal 330 267 2 0 17 143 17 63 142 53
Binary 11011000 10110111 10 0 1111 1100011 1111 110011 1100010 101011

Color Harmonies of #D8B702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B702

Black with #D8B702

Text Example


Text Example

White with #D8B702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B702; }

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

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

background-color css

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

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

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

border-color css

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

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

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