Html Css Color HEX #D6C908 Bird Flower

📋 copy color: '#D6C908'

red 214 ◦ green 201 ◦ blue 8

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

Shades of Bird Flower #D6C908

Tints of Bird Flower #D6C908

RGB

 RED value IS 214 (83.98% from 255) = 50.59%

 GREEN value IS 201 (78.91% from 255) = 47.52%

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

R = 50.59%
G = 47.52%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D6C908 (or 0xD6C908) is known color: Bird Flower. HEX triplet: D6, C9 and 08. RGB value is (214,201,8). Sum of RGB (Red+Green+Blue) = 214+201+8=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 201 (78.91% from 255 or 47.52% from 423); Blue value is 8 (3.52% from 255 or 1.89% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C908 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C908 is #2936F7. Grayscale: #B7B7B7. Windows color (decimal): -2701048 or 575958. OLE color: 575958.

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

Color convert

RGB 214 201 8 -
CMYK 0 0.06 0.96 0.16
HSL 56.21º 0.93% 0.44% -
HSV(B) 56.21º 0.96% 0.84% -
XYZ 48.66 56.09 8.49 -
YUV 182.89 29.31 150.19 -
System Red Green Blue C M Y K H S L
Decimal 214 201 8 0 0.06 0.96 0.16 56.21 0.93 0.44
Hex D6 C9 8 0 6 60 10 38 5D 2C
Octal 326 311 10 0 6 140 20 70 135 54
Binary 11010110 11001001 1000 0 110 1100000 10000 111000 1011101 101100

Color Harmonies of #D6C908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C908

Black with #D6C908

Text Example


Text Example

White with #D6C908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C908; }

 p { color: rgb(214,201,8); }

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

background-color css

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

 a { background-color: rgb(214,201,8); }

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

border-color css

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

 span { border-color: rgb(214,201,8); }

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