Html Css Color HEX #D1C714 Bird Flower

📋 copy color: '#D1C714'

red 209 ◦ green 199 ◦ blue 20

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

Shades of Bird Flower #D1C714

Tints of Bird Flower #D1C714

RGB

 RED value IS 209 (82.03% from 255) = 48.83%

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

 BLUE value IS 20 (8.2% from 255) = 4.67%

R = 48.83%
G = 46.5%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D1C714 (or 0xD1C714) is known color: Bird Flower. HEX triplet: D1, C7 and 14. RGB value is (209,199,20). Sum of RGB (Red+Green+Blue) = 209+199+20=428 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.83% from 428); Green value is 199 (78.12% from 255 or 46.50% from 428); Blue value is 20 (8.20% from 255 or 4.67% from 428); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C714 is #2E38EB. Grayscale: #B6B6B6. Windows color (decimal): -3029228 or 1361873. OLE color: 1361873.

HSL color Cylindrical-coordinate representation of color #D1C714: hue angle of 56.83º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D1C714 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 199 20 -
CMYK 0 0.05 0.90 0.18
HSL 56.83º 0.83% 0.45% -
HSV(B) 56.83º 0.9% 0.82% -
XYZ 46.84 54.45 8.7 -
YUV 181.58 36.81 147.55 -
System Red Green Blue C M Y K H S L
Decimal 209 199 20 0 0.05 0.90 0.18 56.83 0.83 0.45
Hex D1 C7 14 0 5 5A 12 39 53 2D
Octal 321 307 24 0 5 132 22 71 123 55
Binary 11010001 11000111 10100 0 101 1011010 10010 111001 1010011 101101

Color Harmonies of #D1C714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C714

Black with #D1C714

Text Example


Text Example

White with #D1C714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C714; }

 p { color: rgb(209,199,20); }

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

background-color css

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

 a { background-color: rgb(209,199,20); }

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

border-color css

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

 span { border-color: rgb(209,199,20); }

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