Html Css Color HEX #D5C90D Bird Flower

📋 copy color: '#D5C90D'

red 213 ◦ green 201 ◦ blue 13

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

Shades of Bird Flower #D5C90D

Tints of Bird Flower #D5C90D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.04%

R = 49.88%
G = 47.07%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5C90D (or 0xD5C90D) is known color: Bird Flower. HEX triplet: D5, C9 and 0D. RGB value is (213,201,13). Sum of RGB (Red+Green+Blue) = 213+201+13=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 201 (78.91% from 255 or 47.07% from 427); Blue value is 13 (5.47% from 255 or 3.04% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C90D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C90D is #2A36F2. Grayscale: #B7B7B7. Windows color (decimal): -2766579 or 903637. OLE color: 903637.

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

Color convert

RGB 213 201 13 -
CMYK 0 0.06 0.94 0.16
HSL 56.4º 0.88% 0.44% -
HSV(B) 56.4º 0.94% 0.84% -
XYZ 48.4 55.95 8.63 -
YUV 183.16 31.98 149.29 -
System Red Green Blue C M Y K H S L
Decimal 213 201 13 0 0.06 0.94 0.16 56.4 0.88 0.44
Hex D5 C9 D 0 6 5E 10 38 58 2C
Octal 325 311 15 0 6 136 20 70 130 54
Binary 11010101 11001001 1101 0 110 1011110 10000 111000 1011000 101100

Color Harmonies of #D5C90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C90D

Black with #D5C90D

Text Example


Text Example

White with #D5C90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C90D; }

 p { color: rgb(213,201,13); }

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

background-color css

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

 a { background-color: rgb(213,201,13); }

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

border-color css

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

 span { border-color: rgb(213,201,13); }

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