Html Css Color HEX #D3C000 Bird Flower

📋 copy color: '#D3C000'

red 211 ◦ green 192 ◦ blue 0

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

Shades of Bird Flower #D3C000

Tints of Bird Flower #D3C000

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.64%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.36%
G = 47.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D3C000 (or 0xD3C000) is known color: Bird Flower. HEX triplet: D3, C0 and 00. RGB value is (211,192,0). Sum of RGB (Red+Green+Blue) = 211+192+0=403 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.36% from 403); Green value is 192 (75.39% from 255 or 47.64% from 403); Blue value is 0 (0.39% from 255 or 0% from 403); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3C000 is #2C3FFF. Grayscale: #B0B0B0. Windows color (decimal): -2899968 or 49363. OLE color: 49363.

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

Color convert

RGB 211 192 0 -
CMYK 0 0.09 1 0.17
HSL 54.6º 1% 0.41% -
HSV(B) 54.6º 1% 0.83% -
XYZ 45.71 51.55 7.54 -
YUV 175.79 28.79 153.11 -
System Red Green Blue C M Y K H S L
Decimal 211 192 0 0 0.09 1 0.17 54.6 1 0.41
Hex D3 C0 0 0 9 64 11 37 64 29
Octal 323 300 0 0 11 144 21 67 144 51
Binary 11010011 11000000 0 0 1001 1100100 10001 110111 1100100 101001

Color Harmonies of #D3C000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C000

Black with #D3C000

Text Example


Text Example

White with #D3C000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C000; }

 p { color: rgb(211,192,0); }

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

background-color css

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

 a { background-color: rgb(211,192,0); }

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

border-color css

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

 span { border-color: rgb(211,192,0); }

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