Html Css Color HEX #D5C70F Bird Flower

📋 copy color: '#D5C70F'

red 213 ◦ green 199 ◦ blue 15

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

Shades of Bird Flower #D5C70F

Tints of Bird Flower #D5C70F

RGB

 RED value IS 213 (83.59% from 255) = 49.88%

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

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

R = 49.88%
G = 46.6%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D5C70F (or 0xD5C70F) is known color: Bird Flower. HEX triplet: D5, C7 and 0F. RGB value is (213,199,15). Sum of RGB (Red+Green+Blue) = 213+199+15=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 199 (78.12% from 255 or 46.60% from 427); Blue value is 15 (6.25% from 255 or 3.51% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C70F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C70F is #2A38F0. Grayscale: #B6B6B6. Windows color (decimal): -2767089 or 1034197. OLE color: 1034197.

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

Color convert

RGB 213 199 15 -
CMYK 0 0.07 0.93 0.16
HSL 55.76º 0.87% 0.45% -
HSV(B) 55.76º 0.93% 0.84% -
XYZ 47.95 55.03 8.55 -
YUV 182.21 33.64 149.96 -
System Red Green Blue C M Y K H S L
Decimal 213 199 15 0 0.07 0.93 0.16 55.76 0.87 0.45
Hex D5 C7 F 0 7 5D 10 38 57 2D
Octal 325 307 17 0 7 135 20 70 127 55
Binary 11010101 11000111 1111 0 111 1011101 10000 111000 1010111 101101

Color Harmonies of #D5C70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C70F

Black with #D5C70F

Text Example


Text Example

White with #D5C70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C70F; }

 p { color: rgb(213,199,15); }

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

background-color css

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

 a { background-color: rgb(213,199,15); }

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

border-color css

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

 span { border-color: rgb(213,199,15); }

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