Html Css Color HEX #D6C70A Bird Flower

📋 copy color: '#D6C70A'

red 214 ◦ green 199 ◦ blue 10

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

Shades of Bird Flower #D6C70A

Tints of Bird Flower #D6C70A

RGB

 RED value IS 214 (83.98% from 255) = 50.59%

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

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

R = 50.59%
G = 47.04%
B = 2.36%

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

#D6C70A (or 0xD6C70A) is known color: Bird Flower. HEX triplet: D6, C7 and 0A. RGB value is (214,199,10). Sum of RGB (Red+Green+Blue) = 214+199+10=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 199 (78.12% from 255 or 47.04% from 423); Blue value is 10 (4.30% from 255 or 2.36% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C70A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C70A is #2938F5. Grayscale: #B6B6B6. Windows color (decimal): -2701558 or 706518. OLE color: 706518.

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

Color convert

RGB 214 199 10 -
CMYK 0 0.07 0.95 0.16
HSL 55.59º 0.91% 0.44% -
HSV(B) 55.59º 0.95% 0.84% -
XYZ 48.21 55.16 8.39 -
YUV 181.94 30.97 150.87 -
System Red Green Blue C M Y K H S L
Decimal 214 199 10 0 0.07 0.95 0.16 55.59 0.91 0.44
Hex D6 C7 A 0 7 5F 10 38 5B 2C
Octal 326 307 12 0 7 137 20 70 133 54
Binary 11010110 11000111 1010 0 111 1011111 10000 111000 1011011 101100

Color Harmonies of #D6C70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C70A

Black with #D6C70A

Text Example


Text Example

White with #D6C70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C70A; }

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

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

background-color css

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

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

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

border-color css

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

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

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