Html Css Color HEX #D3D00C Bird Flower

📋 copy color: '#D3D00C'

red 211 ◦ green 208 ◦ blue 12

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

Shades of Bird Flower #D3D00C

Tints of Bird Flower #D3D00C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.26%

 BLUE value IS 12 (5.08% from 255) = 2.78%

R = 48.96%
G = 48.26%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D3D00C (or 0xD3D00C) is known color: Bird Flower. HEX triplet: D3, D0 and 0C. RGB value is (211,208,12). Sum of RGB (Red+Green+Blue) = 211+208+12=431 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.96% from 431); Green value is 208 (81.64% from 255 or 48.26% from 431); Blue value is 12 (5.08% from 255 or 2.78% from 431); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3D00C is #2C2FF3. Grayscale: #BBBBBB. Windows color (decimal): -2895860 or 839891. OLE color: 839891.

HSL color Cylindrical-coordinate representation of color #D3D00C: hue angle of 59.1º degrees, saturation: 0.89, 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 #D3D00C is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 208 12 -
CMYK 0 0.01 0.94 0.17
HSL 59.1º 0.89% 0.44% -
HSV(B) 59.1º 0.94% 0.83% -
XYZ 49.49 58.99 9.13 -
YUV 186.55 29.49 145.44 -
System Red Green Blue C M Y K H S L
Decimal 211 208 12 0 0.01 0.94 0.17 59.1 0.89 0.44
Hex D3 D0 C 0 1 5E 11 3B 59 2C
Octal 323 320 14 0 1 136 21 73 131 54
Binary 11010011 11010000 1100 0 1 1011110 10001 111011 1011001 101100

Color Harmonies of #D3D00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D00C

Black with #D3D00C

Text Example


Text Example

White with #D3D00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D00C; }

 p { color: rgb(211,208,12); }

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

background-color css

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

 a { background-color: rgb(211,208,12); }

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

border-color css

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

 span { border-color: rgb(211,208,12); }

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