Html Css Color HEX #D5C008 Bird Flower

📋 copy color: '#D5C008'

red 213 ◦ green 192 ◦ blue 8

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

Shades of Bird Flower #D5C008

Tints of Bird Flower #D5C008

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.49%

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

R = 51.57%
G = 46.49%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D5C008 (or 0xD5C008) is known color: Bird Flower. HEX triplet: D5, C0 and 08. RGB value is (213,192,8). Sum of RGB (Red+Green+Blue) = 213+192+8=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 192 (75.39% from 255 or 46.49% from 413); Blue value is 8 (3.52% from 255 or 1.94% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C008 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C008 is #2A3FF7. Grayscale: #B2B2B2. Windows color (decimal): -2768888 or 573653. OLE color: 573653.

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

Color convert

RGB 213 192 8 -
CMYK 0 0.10 0.96 0.16
HSL 53.85º 0.93% 0.43% -
HSV(B) 53.85º 0.96% 0.84% -
XYZ 46.33 51.86 7.8 -
YUV 177.3 32.46 153.46 -
System Red Green Blue C M Y K H S L
Decimal 213 192 8 0 0.10 0.96 0.16 53.85 0.93 0.43
Hex D5 C0 8 0 A 60 10 36 5D 2B
Octal 325 300 10 0 12 140 20 66 135 53
Binary 11010101 11000000 1000 0 1010 1100000 10000 110110 1011101 101011

Color Harmonies of #D5C008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C008

Black with #D5C008

Text Example


Text Example

White with #D5C008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C008; }

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

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

background-color css

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

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

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

border-color css

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

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

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