Html Css Color HEX #D4C101 Bird Flower

📋 copy color: '#D4C101'

red 212 ◦ green 193 ◦ blue 1

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

Shades of Bird Flower #D4C101

Tints of Bird Flower #D4C101

RGB

 RED value IS 212 (83.2% from 255) = 52.22%

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

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

R = 52.22%
G = 47.54%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1.00

 K value IS 0.17

RGB Variations

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

Color information

#D4C101 (or 0xD4C101) is known color: Bird Flower. HEX triplet: D4, C1 and 01. RGB value is (212,193,1). Sum of RGB (Red+Green+Blue) = 212+193+1=406 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.22% from 406); Green value is 193 (75.78% from 255 or 47.54% from 406); Blue value is 1 (0.78% from 255 or 0.25% from 406); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C101 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4C101 is #2B3EFE. Grayscale: #B1B1B1. Windows color (decimal): -2834175 or 115156. OLE color: 115156.

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

Color convert

RGB 212 193 1 -
CMYK 0 0.09 1.00 0.17
HSL 54.6º 0.99% 0.42% -
HSV(B) 54.6º 1% 0.83% -
XYZ 46.23 52.14 7.66 -
YUV 176.79 28.79 153.11 -
System Red Green Blue C M Y K H S L
Decimal 212 193 1 0 0.09 1.00 0.17 54.6 0.99 0.42
Hex D4 C1 1 0 9 64 11 37 63 2A
Octal 324 301 1 0 11 144 21 67 143 52
Binary 11010100 11000001 1 0 1001 1100100 10001 110111 1100011 101010

Color Harmonies of #D4C101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C101

Black with #D4C101

Text Example


Text Example

White with #D4C101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C101; }

 p { color: rgb(212,193,1); }

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

background-color css

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

 a { background-color: rgb(212,193,1); }

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

border-color css

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

 span { border-color: rgb(212,193,1); }

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