Html Css Color HEX #D4C705 Bird Flower

📋 copy color: '#D4C705'

red 212 ◦ green 199 ◦ blue 5

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

Shades of Bird Flower #D4C705

Tints of Bird Flower #D4C705

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.84%

 BLUE value IS 5 (2.34% from 255) = 1.2%

R = 50.96%
G = 47.84%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D4C705 (or 0xD4C705) is known color: Bird Flower. HEX triplet: D4, C7 and 05. RGB value is (212,199,5). Sum of RGB (Red+Green+Blue) = 212+199+5=416 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.96% from 416); Green value is 199 (78.12% from 255 or 47.84% from 416); Blue value is 5 (2.34% from 255 or 1.20% from 416); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C705 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4C705 is #2B38FA. Grayscale: #B5B5B5. Windows color (decimal): -2832635 or 378836. OLE color: 378836.

HSL color Cylindrical-coordinate representation of color #D4C705: hue angle of 56.23º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D4C705 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 199 5 -
CMYK 0 0.06 0.98 0.17
HSL 56.23º 0.95% 0.43% -
HSV(B) 56.23º 0.98% 0.83% -
XYZ 47.6 54.85 8.22 -
YUV 180.77 28.81 150.27 -
System Red Green Blue C M Y K H S L
Decimal 212 199 5 0 0.06 0.98 0.17 56.23 0.95 0.43
Hex D4 C7 5 0 6 62 11 38 5F 2B
Octal 324 307 5 0 6 142 21 70 137 53
Binary 11010100 11000111 101 0 110 1100010 10001 111000 1011111 101011

Color Harmonies of #D4C705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C705

Black with #D4C705

Text Example


Text Example

White with #D4C705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C705; }

 p { color: rgb(212,199,5); }

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

background-color css

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

 a { background-color: rgb(212,199,5); }

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

border-color css

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

 span { border-color: rgb(212,199,5); }

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