Html Css Color HEX #D7C80D Bird Flower

📋 copy color: '#D7C80D'

red 215 ◦ green 200 ◦ blue 13

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

Shades of Bird Flower #D7C80D

Tints of Bird Flower #D7C80D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 46.73%

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

R = 50.23%
G = 46.73%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D7C80D (or 0xD7C80D) is known color: Bird Flower. HEX triplet: D7, C8 and 0D. RGB value is (215,200,13). Sum of RGB (Red+Green+Blue) = 215+200+13=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 200 (78.52% from 255 or 46.73% from 428); Blue value is 13 (5.47% from 255 or 3.04% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C80D is #2837F2. Grayscale: #B7B7B7. Windows color (decimal): -2635763 or 903383. OLE color: 903383.

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

Color convert

RGB 215 200 13 -
CMYK 0 0.07 0.94 0.16
HSL 55.54º 0.89% 0.45% -
HSV(B) 55.54º 0.94% 0.84% -
XYZ 48.75 55.78 8.58 -
YUV 183.17 31.97 150.71 -
System Red Green Blue C M Y K H S L
Decimal 215 200 13 0 0.07 0.94 0.16 55.54 0.89 0.45
Hex D7 C8 D 0 7 5E 10 38 59 2D
Octal 327 310 15 0 7 136 20 70 131 55
Binary 11010111 11001000 1101 0 111 1011110 10000 111000 1011001 101101

Color Harmonies of #D7C80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C80D

Black with #D7C80D

Text Example


Text Example

White with #D7C80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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