Html Css Color HEX #D5CB15 Bird Flower

📋 copy color: '#D5CB15'

red 213 ◦ green 203 ◦ blue 21

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

Shades of Bird Flower #D5CB15

Tints of Bird Flower #D5CB15

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.45%

 BLUE value IS 21 (8.59% from 255) = 4.81%

R = 48.74%
G = 46.45%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D5CB15 (or 0xD5CB15) is known color: Bird Flower. HEX triplet: D5, CB and 15. RGB value is (213,203,21). Sum of RGB (Red+Green+Blue) = 213+203+21=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 203 (79.69% from 255 or 46.45% from 437); Blue value is 21 (8.59% from 255 or 4.81% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5CB15 is #2A34EA. Grayscale: #B9B9B9. Windows color (decimal): -2766059 or 1428437. OLE color: 1428437.

HSL color Cylindrical-coordinate representation of color #D5CB15: hue angle of 56.88º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D5CB15 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 203 21 -
CMYK 0 0.05 0.90 0.16
HSL 56.88º 0.82% 0.46% -
HSV(B) 56.88º 0.9% 0.84% -
XYZ 48.93 56.91 9.12 -
YUV 185.24 35.31 147.8 -
System Red Green Blue C M Y K H S L
Decimal 213 203 21 0 0.05 0.90 0.16 56.88 0.82 0.46
Hex D5 CB 15 0 5 5A 10 39 52 2E
Octal 325 313 25 0 5 132 20 71 122 56
Binary 11010101 11001011 10101 0 101 1011010 10000 111001 1010010 101110

Color Harmonies of #D5CB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CB15

Black with #D5CB15

Text Example


Text Example

White with #D5CB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CB15; }

 p { color: rgb(213,203,21); }

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

background-color css

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

 a { background-color: rgb(213,203,21); }

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

border-color css

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

 span { border-color: rgb(213,203,21); }

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