Html Css Color HEX #D7C313 Bird Flower

📋 copy color: '#D7C313'

red 215 ◦ green 195 ◦ blue 19

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

Shades of Bird Flower #D7C313

Tints of Bird Flower #D7C313

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.45%

 BLUE value IS 19 (7.81% from 255) = 4.43%

R = 50.12%
G = 45.45%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D7C313 (or 0xD7C313) is known color: Bird Flower. HEX triplet: D7, C3 and 13. RGB value is (215,195,19). Sum of RGB (Red+Green+Blue) = 215+195+19=429 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.12% from 429); Green value is 195 (76.56% from 255 or 45.45% from 429); Blue value is 19 (7.81% from 255 or 4.43% from 429); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C313 is #283CEC. Grayscale: #B5B5B5. Windows color (decimal): -2637037 or 1295319. OLE color: 1295319.

HSL color Cylindrical-coordinate representation of color #D7C313: hue angle of 53.88º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D7C313 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 195 19 -
CMYK 0 0.09 0.91 0.16
HSL 53.88º 0.84% 0.46% -
HSV(B) 53.88º 0.91% 0.84% -
XYZ 47.66 53.52 8.44 -
YUV 180.92 36.63 152.31 -
System Red Green Blue C M Y K H S L
Decimal 215 195 19 0 0.09 0.91 0.16 53.88 0.84 0.46
Hex D7 C3 13 0 9 5B 10 36 54 2E
Octal 327 303 23 0 11 133 20 66 124 56
Binary 11010111 11000011 10011 0 1001 1011011 10000 110110 1010100 101110

Color Harmonies of #D7C313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C313

Black with #D7C313

Text Example


Text Example

White with #D7C313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C313; }

 p { color: rgb(215,195,19); }

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

background-color css

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

 a { background-color: rgb(215,195,19); }

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

border-color css

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

 span { border-color: rgb(215,195,19); }

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