Html Css Color HEX #D7C104 Bird Flower

📋 copy color: '#D7C104'

red 215 ◦ green 193 ◦ blue 4

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

Shades of Bird Flower #D7C104

Tints of Bird Flower #D7C104

RGB

 RED value IS 215 (84.38% from 255) = 52.18%

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

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

R = 52.18%
G = 46.84%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D7C104 (or 0xD7C104) is known color: Bird Flower. HEX triplet: D7, C1 and 04. RGB value is (215,193,4). Sum of RGB (Red+Green+Blue) = 215+193+4=412 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.18% from 412); Green value is 193 (75.78% from 255 or 46.84% from 412); Blue value is 4 (1.95% from 255 or 0.97% from 412); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C104 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C104 is #283EFB. Grayscale: #B2B2B2. Windows color (decimal): -2637564 or 311767. OLE color: 311767.

HSL color Cylindrical-coordinate representation of color #D7C104: hue angle of 53.74º 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 #D7C104 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 193 4 -
CMYK 0 0.10 0.98 0.16
HSL 53.74º 0.96% 0.43% -
HSV(B) 53.74º 0.98% 0.84% -
XYZ 47.12 52.6 7.78 -
YUV 178.03 29.79 154.37 -
System Red Green Blue C M Y K H S L
Decimal 215 193 4 0 0.10 0.98 0.16 53.74 0.96 0.43
Hex D7 C1 4 0 A 62 10 36 60 2B
Octal 327 301 4 0 12 142 20 66 140 53
Binary 11010111 11000001 100 0 1010 1100010 10000 110110 1100000 101011

Color Harmonies of #D7C104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C104

Black with #D7C104

Text Example


Text Example

White with #D7C104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C104; }

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

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

background-color css

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

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

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

border-color css

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

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

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