Html Css Color HEX #D7C010 Bird Flower

📋 copy color: '#D7C010'

red 215 ◦ green 192 ◦ blue 16

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

Shades of Bird Flower #D7C010

Tints of Bird Flower #D7C010

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.39%

 BLUE value IS 16 (6.64% from 255) = 3.78%

R = 50.83%
G = 45.39%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D7C010 (or 0xD7C010) is known color: Bird Flower. HEX triplet: D7, C0 and 10. RGB value is (215,192,16). Sum of RGB (Red+Green+Blue) = 215+192+16=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 192 (75.39% from 255 or 45.39% from 423); Blue value is 16 (6.64% from 255 or 3.78% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C010 is #283FEF. Grayscale: #B3B3B3. Windows color (decimal): -2637808 or 1097943. OLE color: 1097943.

HSL color Cylindrical-coordinate representation of color #D7C010: hue angle of 53.07º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D7C010 is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 192 16 -
CMYK 0 0.11 0.93 0.16
HSL 53.07º 0.86% 0.45% -
HSV(B) 53.07º 0.93% 0.84% -
XYZ 46.97 52.18 8.09 -
YUV 178.81 36.12 153.81 -
System Red Green Blue C M Y K H S L
Decimal 215 192 16 0 0.11 0.93 0.16 53.07 0.86 0.45
Hex D7 C0 10 0 B 5D 10 35 56 2D
Octal 327 300 20 0 13 135 20 65 126 55
Binary 11010111 11000000 10000 0 1011 1011101 10000 110101 1010110 101101

Color Harmonies of #D7C010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C010

Black with #D7C010

Text Example


Text Example

White with #D7C010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C010; }

 p { color: rgb(215,192,16); }

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

background-color css

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

 a { background-color: rgb(215,192,16); }

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

border-color css

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

 span { border-color: rgb(215,192,16); }

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