Html Css Color HEX #D5CE12 Bird Flower

📋 copy color: '#D5CE12'

red 213 ◦ green 206 ◦ blue 18

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

Shades of Bird Flower #D5CE12

Tints of Bird Flower #D5CE12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.12%

R = 48.74%
G = 47.14%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D5CE12 (or 0xD5CE12) is known color: Bird Flower. HEX triplet: D5, CE and 12. RGB value is (213,206,18). Sum of RGB (Red+Green+Blue) = 213+206+18=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 206 (80.86% from 255 or 47.14% from 437); Blue value is 18 (7.42% from 255 or 4.12% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5CE12 is #2A31ED. Grayscale: #BBBBBB. Windows color (decimal): -2765294 or 1232597. OLE color: 1232597.

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

Color convert

RGB 213 206 18 -
CMYK 0 0.03 0.92 0.16
HSL 57.85º 0.84% 0.45% -
HSV(B) 57.85º 0.92% 0.84% -
XYZ 49.62 58.33 9.22 -
YUV 186.66 32.82 146.79 -
System Red Green Blue C M Y K H S L
Decimal 213 206 18 0 0.03 0.92 0.16 57.85 0.84 0.45
Hex D5 CE 12 0 3 5C 10 3A 54 2D
Octal 325 316 22 0 3 134 20 72 124 55
Binary 11010101 11001110 10010 0 11 1011100 10000 111010 1010100 101101

Color Harmonies of #D5CE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CE12

Black with #D5CE12

Text Example


Text Example

White with #D5CE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CE12; }

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

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

background-color css

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

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

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

border-color css

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

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

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