Html Css Color HEX #D7C10F Bird Flower

📋 copy color: '#D7C10F'

red 215 ◦ green 193 ◦ blue 15

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

Shades of Bird Flower #D7C10F

Tints of Bird Flower #D7C10F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.63%

 BLUE value IS 15 (6.25% from 255) = 3.55%

R = 50.83%
G = 45.63%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D7C10F (or 0xD7C10F) is known color: Bird Flower. HEX triplet: D7, C1 and 0F. RGB value is (215,193,15). Sum of RGB (Red+Green+Blue) = 215+193+15=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 193 (75.78% from 255 or 45.63% from 423); Blue value is 15 (6.25% from 255 or 3.55% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C10F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C10F is #283EF0. Grayscale: #B4B4B4. Windows color (decimal): -2637553 or 1032663. OLE color: 1032663.

HSL color Cylindrical-coordinate representation of color #D7C10F: hue angle of 53.4º degrees, saturation: 0.87, 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 #D7C10F is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 193 15 -
CMYK 0 0.10 0.93 0.16
HSL 53.4º 0.87% 0.45% -
HSV(B) 53.4º 0.93% 0.84% -
XYZ 47.18 52.62 8.12 -
YUV 179.29 35.29 153.47 -
System Red Green Blue C M Y K H S L
Decimal 215 193 15 0 0.10 0.93 0.16 53.4 0.87 0.45
Hex D7 C1 F 0 A 5D 10 35 57 2D
Octal 327 301 17 0 12 135 20 65 127 55
Binary 11010111 11000001 1111 0 1010 1011101 10000 110101 1010111 101101

Color Harmonies of #D7C10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C10F

Black with #D7C10F

Text Example


Text Example

White with #D7C10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C10F; }

 p { color: rgb(215,193,15); }

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

background-color css

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

 a { background-color: rgb(215,193,15); }

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

border-color css

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

 span { border-color: rgb(215,193,15); }

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