Html Css Color HEX #D7C20D Bird Flower

📋 copy color: '#D7C20D'

red 215 ◦ green 194 ◦ blue 13

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

Shades of Bird Flower #D7C20D

Tints of Bird Flower #D7C20D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.97%

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

R = 50.95%
G = 45.97%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D7C20D (or 0xD7C20D) is known color: Bird Flower. HEX triplet: D7, C2 and 0D. RGB value is (215,194,13). Sum of RGB (Red+Green+Blue) = 215+194+13=422 (55% of max value = 765). Red value is 215 (84.38% from 255 or 50.95% from 422); Green value is 194 (76.17% from 255 or 45.97% from 422); Blue value is 13 (5.47% from 255 or 3.08% from 422); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C20D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C20D is #283DF2. Grayscale: #B4B4B4. Windows color (decimal): -2637299 or 901847. OLE color: 901847.

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

Color convert

RGB 215 194 13 -
CMYK 0 0.10 0.94 0.16
HSL 53.76º 0.89% 0.45% -
HSV(B) 53.76º 0.94% 0.84% -
XYZ 47.39 53.06 8.12 -
YUV 179.65 33.96 153.22 -
System Red Green Blue C M Y K H S L
Decimal 215 194 13 0 0.10 0.94 0.16 53.76 0.89 0.45
Hex D7 C2 D 0 A 5E 10 36 59 2D
Octal 327 302 15 0 12 136 20 66 131 55
Binary 11010111 11000010 1101 0 1010 1011110 10000 110110 1011001 101101

Color Harmonies of #D7C20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C20D

Black with #D7C20D

Text Example


Text Example

White with #D7C20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C20D; }

 p { color: rgb(215,194,13); }

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

background-color css

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

 a { background-color: rgb(215,194,13); }

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

border-color css

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

 span { border-color: rgb(215,194,13); }

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