Html Css Color HEX #D5C104 Bird Flower

📋 copy color: '#D5C104'

red 213 ◦ green 193 ◦ blue 4

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

Shades of Bird Flower #D5C104

Tints of Bird Flower #D5C104

RGB

 RED value IS 213 (83.59% from 255) = 51.95%

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

 BLUE value IS 4 (1.95% from 255) = 0.98%

R = 51.95%
G = 47.07%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D5C104 (or 0xD5C104) is known color: Bird Flower. HEX triplet: D5, C1 and 04. RGB value is (213,193,4). Sum of RGB (Red+Green+Blue) = 213+193+4=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 193 (75.78% from 255 or 47.07% from 410); Blue value is 4 (1.95% from 255 or 0.98% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C104 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C104 is #2A3EFB. Grayscale: #B2B2B2. Windows color (decimal): -2768636 or 311765. OLE color: 311765.

HSL color Cylindrical-coordinate representation of color #D5C104: hue angle of 54.26º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D5C104 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 193 4 -
CMYK 0 0.09 0.98 0.16
HSL 54.26º 0.96% 0.43% -
HSV(B) 54.26º 0.98% 0.84% -
XYZ 46.53 52.29 7.76 -
YUV 177.43 30.13 153.37 -
System Red Green Blue C M Y K H S L
Decimal 213 193 4 0 0.09 0.98 0.16 54.26 0.96 0.43
Hex D5 C1 4 0 9 62 10 36 60 2B
Octal 325 301 4 0 11 142 20 66 140 53
Binary 11010101 11000001 100 0 1001 1100010 10000 110110 1100000 101011

Color Harmonies of #D5C104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C104

Black with #D5C104

Text Example


Text Example

White with #D5C104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C104; }

 p { color: rgb(213,193,4); }

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

background-color css

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

 a { background-color: rgb(213,193,4); }

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

border-color css

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

 span { border-color: rgb(213,193,4); }

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