Html Css Color HEX #D5C70A Bird Flower

📋 copy color: '#D5C70A'

red 213 ◦ green 199 ◦ blue 10

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

Shades of Bird Flower #D5C70A

Tints of Bird Flower #D5C70A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.37%

R = 50.47%
G = 47.16%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D5C70A (or 0xD5C70A) is known color: Bird Flower. HEX triplet: D5, C7 and 0A. RGB value is (213,199,10). Sum of RGB (Red+Green+Blue) = 213+199+10=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 199 (78.12% from 255 or 47.16% from 422); Blue value is 10 (4.30% from 255 or 2.37% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C70A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C70A is #2A38F5. Grayscale: #B6B6B6. Windows color (decimal): -2767094 or 706517. OLE color: 706517.

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

Color convert

RGB 213 199 10 -
CMYK 0 0.07 0.95 0.16
HSL 55.86º 0.91% 0.44% -
HSV(B) 55.86º 0.95% 0.84% -
XYZ 47.92 55.01 8.38 -
YUV 181.64 31.14 150.37 -
System Red Green Blue C M Y K H S L
Decimal 213 199 10 0 0.07 0.95 0.16 55.86 0.91 0.44
Hex D5 C7 A 0 7 5F 10 38 5B 2C
Octal 325 307 12 0 7 137 20 70 133 54
Binary 11010101 11000111 1010 0 111 1011111 10000 111000 1011011 101100

Color Harmonies of #D5C70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C70A

Black with #D5C70A

Text Example


Text Example

White with #D5C70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C70A; }

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

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

background-color css

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

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

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

border-color css

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

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

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