Html Css Color HEX #D7C90E Bird Flower

📋 copy color: '#D7C90E'

red 215 ◦ green 201 ◦ blue 14

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

Shades of Bird Flower #D7C90E

Tints of Bird Flower #D7C90E

RGB

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

 GREEN value IS 201 (78.91% from 255) = 46.74%

 BLUE value IS 14 (5.86% from 255) = 3.26%

R = 50%
G = 46.74%
B = 3.26%

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

#D7C90E (or 0xD7C90E) is known color: Bird Flower. HEX triplet: D7, C9 and 0E. RGB value is (215,201,14). Sum of RGB (Red+Green+Blue) = 215+201+14=430 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50% from 430); Green value is 201 (78.91% from 255 or 46.74% from 430); Blue value is 14 (5.86% from 255 or 3.26% from 430); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C90E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C90E is #2836F1. Grayscale: #B8B8B8. Windows color (decimal): -2635506 or 969175. OLE color: 969175.

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

Color convert

RGB 215 201 14 -
CMYK 0 0.07 0.93 0.16
HSL 55.82º 0.88% 0.45% -
HSV(B) 55.82º 0.93% 0.84% -
XYZ 48.99 56.25 8.69 -
YUV 183.87 32.14 150.21 -
System Red Green Blue C M Y K H S L
Decimal 215 201 14 0 0.07 0.93 0.16 55.82 0.88 0.45
Hex D7 C9 E 0 7 5D 10 38 58 2D
Octal 327 311 16 0 7 135 20 70 130 55
Binary 11010111 11001001 1110 0 111 1011101 10000 111000 1011000 101101

Color Harmonies of #D7C90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C90E

Black with #D7C90E

Text Example


Text Example

White with #D7C90E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C90E; }

 p { color: rgb(215,201,14); }

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

background-color css

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

 a { background-color: rgb(215,201,14); }

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

border-color css

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

 span { border-color: rgb(215,201,14); }

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