Html Css Color HEX #D3C606 Bird Flower

📋 copy color: '#D3C606'

red 211 ◦ green 198 ◦ blue 6

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

Shades of Bird Flower #D3C606

Tints of Bird Flower #D3C606

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.71%

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

R = 50.84%
G = 47.71%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#D3C606 (or 0xD3C606) is known color: Bird Flower. HEX triplet: D3, C6 and 06. RGB value is (211,198,6). Sum of RGB (Red+Green+Blue) = 211+198+6=415 (54% of max value = 765). Red value is 211 (82.81% from 255 or 50.84% from 415); Green value is 198 (77.73% from 255 or 47.71% from 415); Blue value is 6 (2.73% from 255 or 1.45% from 415); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C606 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3C606 is #2C39F9. Grayscale: #B4B4B4. Windows color (decimal): -2898426 or 444115. OLE color: 444115.

HSL color Cylindrical-coordinate representation of color #D3C606: hue angle of 56.2º 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 #D3C606 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 198 6 -
CMYK 0 0.06 0.97 0.17
HSL 56.2º 0.94% 0.43% -
HSV(B) 56.2º 0.97% 0.83% -
XYZ 47.09 54.25 8.16 -
YUV 180 29.81 150.11 -
System Red Green Blue C M Y K H S L
Decimal 211 198 6 0 0.06 0.97 0.17 56.2 0.94 0.43
Hex D3 C6 6 0 6 61 11 38 5E 2B
Octal 323 306 6 0 6 141 21 70 136 53
Binary 11010011 11000110 110 0 110 1100001 10001 111000 1011110 101011

Color Harmonies of #D3C606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C606

Black with #D3C606

Text Example


Text Example

White with #D3C606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C606; }

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

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

background-color css

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

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

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

border-color css

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

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

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