Html Css Color HEX #D3C70D Bird Flower

📋 copy color: '#D3C70D'

red 211 ◦ green 199 ◦ blue 13

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

Shades of Bird Flower #D3C70D

Tints of Bird Flower #D3C70D

RGB

 RED value IS 211 (82.81% from 255) = 49.88%

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

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

R = 49.88%
G = 47.04%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D3C70D (or 0xD3C70D) is known color: Bird Flower. HEX triplet: D3, C7 and 0D. RGB value is (211,199,13). Sum of RGB (Red+Green+Blue) = 211+199+13=423 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.88% from 423); Green value is 199 (78.12% from 255 or 47.04% from 423); Blue value is 13 (5.47% from 255 or 3.07% from 423); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C70D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3C70D is #2C38F2. Grayscale: #B6B6B6. Windows color (decimal): -2898163 or 903123. OLE color: 903123.

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

Color convert

RGB 211 199 13 -
CMYK 0 0.06 0.94 0.17
HSL 56.36º 0.88% 0.44% -
HSV(B) 56.36º 0.94% 0.83% -
XYZ 47.36 54.72 8.45 -
YUV 181.38 32.98 149.12 -
System Red Green Blue C M Y K H S L
Decimal 211 199 13 0 0.06 0.94 0.17 56.36 0.88 0.44
Hex D3 C7 D 0 6 5E 11 38 58 2C
Octal 323 307 15 0 6 136 21 70 130 54
Binary 11010011 11000111 1101 0 110 1011110 10001 111000 1011000 101100

Color Harmonies of #D3C70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C70D

Black with #D3C70D

Text Example


Text Example

White with #D3C70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C70D; }

 p { color: rgb(211,199,13); }

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

background-color css

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

 a { background-color: rgb(211,199,13); }

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

border-color css

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

 span { border-color: rgb(211,199,13); }

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