Html Css Color HEX #D6CE08 Bird Flower

📋 copy color: '#D6CE08'

red 214 ◦ green 206 ◦ blue 8

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

Shades of Bird Flower #D6CE08

Tints of Bird Flower #D6CE08

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.13%

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

R = 50%
G = 48.13%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D6CE08 (or 0xD6CE08) is known color: Bird Flower. HEX triplet: D6, CE and 08. RGB value is (214,206,8). Sum of RGB (Red+Green+Blue) = 214+206+8=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 206 (80.86% from 255 or 48.13% from 428); Blue value is 8 (3.52% from 255 or 1.87% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6CE08 is #2931F7. Grayscale: #BABABA. Windows color (decimal): -2699768 or 577238. OLE color: 577238.

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

Color convert

RGB 214 206 8 -
CMYK 0 0.04 0.96 0.16
HSL 57.67º 0.93% 0.44% -
HSV(B) 57.67º 0.96% 0.84% -
XYZ 49.85 58.46 8.89 -
YUV 185.82 27.65 148.1 -
System Red Green Blue C M Y K H S L
Decimal 214 206 8 0 0.04 0.96 0.16 57.67 0.93 0.44
Hex D6 CE 8 0 4 60 10 3A 5D 2C
Octal 326 316 10 0 4 140 20 72 135 54
Binary 11010110 11001110 1000 0 100 1100000 10000 111010 1011101 101100

Color Harmonies of #D6CE08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CE08

Black with #D6CE08

Text Example


Text Example

White with #D6CE08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CE08; }

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

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

background-color css

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

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

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

border-color css

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

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

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