Html Css Color HEX #D5CE0A Bird Flower

📋 copy color: '#D5CE0A'

red 213 ◦ green 206 ◦ blue 10

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

Shades of Bird Flower #D5CE0A

Tints of Bird Flower #D5CE0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.33%

R = 49.65%
G = 48.02%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D5CE0A (or 0xD5CE0A) is known color: Bird Flower. HEX triplet: D5, CE and 0A. RGB value is (213,206,10). Sum of RGB (Red+Green+Blue) = 213+206+10=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 206 (80.86% from 255 or 48.02% from 429); Blue value is 10 (4.30% from 255 or 2.33% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5CE0A is #2A31F5. Grayscale: #BABABA. Windows color (decimal): -2765302 or 708309. OLE color: 708309.

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

Color convert

RGB 213 206 10 -
CMYK 0 0.03 0.95 0.16
HSL 57.93º 0.91% 0.44% -
HSV(B) 57.93º 0.95% 0.84% -
XYZ 49.57 58.31 8.93 -
YUV 185.75 28.82 147.44 -
System Red Green Blue C M Y K H S L
Decimal 213 206 10 0 0.03 0.95 0.16 57.93 0.91 0.44
Hex D5 CE A 0 3 5F 10 3A 5B 2C
Octal 325 316 12 0 3 137 20 72 133 54
Binary 11010101 11001110 1010 0 11 1011111 10000 111010 1011011 101100

Color Harmonies of #D5CE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CE0A

Black with #D5CE0A

Text Example


Text Example

White with #D5CE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CE0A; }

 p { color: rgb(213,206,10); }

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

background-color css

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

 a { background-color: rgb(213,206,10); }

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

border-color css

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

 span { border-color: rgb(213,206,10); }

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