Html Css Color HEX #D3CD01 Bird Flower

📋 copy color: '#D3CD01'

red 211 ◦ green 205 ◦ blue 1

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

Shades of Bird Flower #D3CD01

Tints of Bird Flower #D3CD01

RGB

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

 GREEN value IS 205 (80.47% from 255) = 49.16%

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 50.6%
G = 49.16%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1.00

 K value IS 0.17

RGB Variations

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

Color information

#D3CD01 (or 0xD3CD01) is known color: Bird Flower. HEX triplet: D3, CD and 01. RGB value is (211,205,1). Sum of RGB (Red+Green+Blue) = 211+205+1=417 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.60% from 417); Green value is 205 (80.47% from 255 or 49.16% from 417); Blue value is 1 (0.78% from 255 or 0.24% from 417); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CD01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3CD01 is #2C32FE. Grayscale: #B8B8B8. Windows color (decimal): -2896639 or 118227. OLE color: 118227.

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

Color convert

RGB 211 205 1 -
CMYK 0 0.03 1.00 0.17
HSL 58.29º 0.99% 0.42% -
HSV(B) 58.29º 1% 0.83% -
XYZ 48.7 57.51 8.56 -
YUV 183.54 24.99 147.59 -
System Red Green Blue C M Y K H S L
Decimal 211 205 1 0 0.03 1.00 0.17 58.29 0.99 0.42
Hex D3 CD 1 0 3 64 11 3A 63 2A
Octal 323 315 1 0 3 144 21 72 143 52
Binary 11010011 11001101 1 0 11 1100100 10001 111010 1100011 101010

Color Harmonies of #D3CD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3CD01

Black with #D3CD01

Text Example


Text Example

White with #D3CD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3CD01; }

 p { color: rgb(211,205,1); }

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

background-color css

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

 a { background-color: rgb(211,205,1); }

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

border-color css

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

 span { border-color: rgb(211,205,1); }

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