Html Css Color HEX #D5C707 Bird Flower

📋 copy color: '#D5C707'

red 213 ◦ green 199 ◦ blue 7

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

Shades of Bird Flower #D5C707

Tints of Bird Flower #D5C707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.67%

R = 50.84%
G = 47.49%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D5C707 (or 0xD5C707) is known color: Bird Flower. HEX triplet: D5, C7 and 07. RGB value is (213,199,7). Sum of RGB (Red+Green+Blue) = 213+199+7=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 199 (78.12% from 255 or 47.49% from 419); Blue value is 7 (3.12% from 255 or 1.67% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C707 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C707 is #2A38F8. Grayscale: #B6B6B6. Windows color (decimal): -2767097 or 509909. OLE color: 509909.

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

Color convert

RGB 213 199 7 -
CMYK 0 0.07 0.97 0.16
HSL 55.92º 0.94% 0.43% -
HSV(B) 55.92º 0.97% 0.84% -
XYZ 47.9 55.01 8.29 -
YUV 181.3 29.64 150.61 -
System Red Green Blue C M Y K H S L
Decimal 213 199 7 0 0.07 0.97 0.16 55.92 0.94 0.43
Hex D5 C7 7 0 7 61 10 38 5E 2B
Octal 325 307 7 0 7 141 20 70 136 53
Binary 11010101 11000111 111 0 111 1100001 10000 111000 1011110 101011

Color Harmonies of #D5C707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C707

Black with #D5C707

Text Example


Text Example

White with #D5C707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C707; }

 p { color: rgb(213,199,7); }

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

background-color css

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

 a { background-color: rgb(213,199,7); }

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

border-color css

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

 span { border-color: rgb(213,199,7); }

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