Html Css Color HEX #D3C106 Bird Flower

📋 copy color: '#D3C106'

red 211 ◦ green 193 ◦ blue 6

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

Shades of Bird Flower #D3C106

Tints of Bird Flower #D3C106

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.07%

 BLUE value IS 6 (2.73% from 255) = 1.46%

R = 51.46%
G = 47.07%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#D3C106 (or 0xD3C106) is known color: Bird Flower. HEX triplet: D3, C1 and 06. RGB value is (211,193,6). Sum of RGB (Red+Green+Blue) = 211+193+6=410 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.46% from 410); Green value is 193 (75.78% from 255 or 47.07% from 410); Blue value is 6 (2.73% from 255 or 1.46% from 410); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C106 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3C106 is #2C3EF9. Grayscale: #B1B1B1. Windows color (decimal): -2899706 or 442835. OLE color: 442835.

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

Color convert

RGB 211 193 6 -
CMYK 0 0.09 0.97 0.17
HSL 54.73º 0.94% 0.43% -
HSV(B) 54.73º 0.97% 0.83% -
XYZ 45.97 52 7.79 -
YUV 177.06 31.46 152.21 -
System Red Green Blue C M Y K H S L
Decimal 211 193 6 0 0.09 0.97 0.17 54.73 0.94 0.43
Hex D3 C1 6 0 9 61 11 37 5E 2B
Octal 323 301 6 0 11 141 21 67 136 53
Binary 11010011 11000001 110 0 1001 1100001 10001 110111 1011110 101011

Color Harmonies of #D3C106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C106

Black with #D3C106

Text Example


Text Example

White with #D3C106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C106; }

 p { color: rgb(211,193,6); }

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

background-color css

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

 a { background-color: rgb(211,193,6); }

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

border-color css

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

 span { border-color: rgb(211,193,6); }

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