Html Css Color HEX #D7C702 Bird Flower

📋 copy color: '#D7C702'

red 215 ◦ green 199 ◦ blue 2

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

Shades of Bird Flower #D7C702

Tints of Bird Flower #D7C702

RGB

 RED value IS 215 (84.38% from 255) = 51.68%

 GREEN value IS 199 (78.13% from 255) = 47.84%

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

R = 51.68%
G = 47.84%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D7C702 (or 0xD7C702) is known color: Bird Flower. HEX triplet: D7, C7 and 02. RGB value is (215,199,2). Sum of RGB (Red+Green+Blue) = 215+199+2=416 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.68% from 416); Green value is 199 (78.12% from 255 or 47.84% from 416); Blue value is 2 (1.17% from 255 or 0.48% from 416); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C702 is #2838FD. Grayscale: #B6B6B6. Windows color (decimal): -2636030 or 182231. OLE color: 182231.

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

Color convert

RGB 215 199 2 -
CMYK 0 0.07 0.99 0.16
HSL 55.49º 0.98% 0.43% -
HSV(B) 55.49º 0.99% 0.84% -
XYZ 48.46 55.3 8.18 -
YUV 181.33 26.8 152.02 -
System Red Green Blue C M Y K H S L
Decimal 215 199 2 0 0.07 0.99 0.16 55.49 0.98 0.43
Hex D7 C7 2 0 7 63 10 37 62 2B
Octal 327 307 2 0 7 143 20 67 142 53
Binary 11010111 11000111 10 0 111 1100011 10000 110111 1100010 101011

Color Harmonies of #D7C702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C702

Black with #D7C702

Text Example


Text Example

White with #D7C702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C702; }

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

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

background-color css

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

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

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

border-color css

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

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

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