Html Css Color HEX #D5C608 Bird Flower

📋 copy color: '#D5C608'

red 213 ◦ green 198 ◦ blue 8

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

Shades of Bird Flower #D5C608

Tints of Bird Flower #D5C608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.91%

R = 50.84%
G = 47.26%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D5C608 (or 0xD5C608) is known color: Bird Flower. HEX triplet: D5, C6 and 08. RGB value is (213,198,8). Sum of RGB (Red+Green+Blue) = 213+198+8=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 198 (77.73% from 255 or 47.26% from 419); Blue value is 8 (3.52% from 255 or 1.91% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C608 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C608 is #2A39F7. Grayscale: #B5B5B5. Windows color (decimal): -2767352 or 575189. OLE color: 575189.

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

Color convert

RGB 213 198 8 -
CMYK 0 0.07 0.96 0.16
HSL 55.61º 0.93% 0.43% -
HSV(B) 55.61º 0.96% 0.84% -
XYZ 47.68 54.55 8.25 -
YUV 180.83 30.47 150.95 -
System Red Green Blue C M Y K H S L
Decimal 213 198 8 0 0.07 0.96 0.16 55.61 0.93 0.43
Hex D5 C6 8 0 7 60 10 38 5D 2B
Octal 325 306 10 0 7 140 20 70 135 53
Binary 11010101 11000110 1000 0 111 1100000 10000 111000 1011101 101011

Color Harmonies of #D5C608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C608

Black with #D5C608

Text Example


Text Example

White with #D5C608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C608; }

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

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

background-color css

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

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

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

border-color css

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

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

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