Html Css Color HEX #D8D702 Bird Flower

📋 copy color: '#D8D702'

red 216 ◦ green 215 ◦ blue 2

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

Shades of Bird Flower #D8D702

Tints of Bird Flower #D8D702

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.65%

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

R = 49.88%
G = 49.65%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D8D702 (or 0xD8D702) is known color: Bird Flower. HEX triplet: D8, D7 and 02. RGB value is (216,215,2). Sum of RGB (Red+Green+Blue) = 216+215+2=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 215 (84.38% from 255 or 49.65% from 433); Blue value is 2 (1.17% from 255 or 0.46% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8D702 is #2728FD. Grayscale: #BFBFBF. Windows color (decimal): -2566398 or 186328. OLE color: 186328.

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

Color convert

RGB 216 215 2 -
CMYK 0 0.00 0.99 0.15
HSL 59.72º 0.98% 0.43% -
HSV(B) 59.72º 0.99% 0.85% -
XYZ 52.63 63.2 9.48 -
YUV 191.02 21.33 145.82 -
System Red Green Blue C M Y K H S L
Decimal 216 215 2 0 0.00 0.99 0.15 59.72 0.98 0.43
Hex D8 D7 2 0 0 63 F 3C 62 2B
Octal 330 327 2 0 0 143 17 74 142 53
Binary 11011000 11010111 10 0 0 1100011 1111 111100 1100010 101011

Color Harmonies of #D8D702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D702

Black with #D8D702

Text Example


Text Example

White with #D8D702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D702; }

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

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

background-color css

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

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

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

border-color css

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

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

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