Html Css Color HEX #D5C607 Bird Flower

📋 copy color: '#D5C607'

red 213 ◦ green 198 ◦ blue 7

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

Shades of Bird Flower #D5C607

Tints of Bird Flower #D5C607

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.37%

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

R = 50.96%
G = 47.37%
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

#D5C607 (or 0xD5C607) is known color: Bird Flower. HEX triplet: D5, C6 and 07. RGB value is (213,198,7). Sum of RGB (Red+Green+Blue) = 213+198+7=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 198 (77.73% from 255 or 47.37% from 418); Blue value is 7 (3.12% from 255 or 1.67% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C607 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C607 is #2A39F8. Grayscale: #B5B5B5. Windows color (decimal): -2767353 or 509653. OLE color: 509653.

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

Color convert

RGB 213 198 7 -
CMYK 0 0.07 0.97 0.16
HSL 55.63º 0.94% 0.43% -
HSV(B) 55.63º 0.97% 0.84% -
XYZ 47.67 54.55 8.22 -
YUV 180.71 29.97 151.03 -
System Red Green Blue C M Y K H S L
Decimal 213 198 7 0 0.07 0.97 0.16 55.63 0.94 0.43
Hex D5 C6 7 0 7 61 10 38 5E 2B
Octal 325 306 7 0 7 141 20 70 136 53
Binary 11010101 11000110 111 0 111 1100001 10000 111000 1011110 101011

Color Harmonies of #D5C607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C607

Black with #D5C607

Text Example


Text Example

White with #D5C607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C607; }

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

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

background-color css

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

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

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

border-color css

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

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

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