Html Css Color HEX #D5CE01 Bird Flower

📋 copy color: '#D5CE01'

red 213 ◦ green 206 ◦ blue 1

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

Shades of Bird Flower #D5CE01

Tints of Bird Flower #D5CE01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 50.71%
G = 49.05%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D5CE01 (or 0xD5CE01) is known color: Bird Flower. HEX triplet: D5, CE and 01. RGB value is (213,206,1). Sum of RGB (Red+Green+Blue) = 213+206+1=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 206 (80.86% from 255 or 49.05% from 420); Blue value is 1 (0.78% from 255 or 0.24% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5CE01 is #2A31FE. Grayscale: #B9B9B9. Windows color (decimal): -2765311 or 118485. OLE color: 118485.

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

Color convert

RGB 213 206 1 -
CMYK 0 0.03 1.00 0.16
HSL 58.02º 0.99% 0.42% -
HSV(B) 58.02º 1% 0.84% -
XYZ 49.52 58.29 8.67 -
YUV 184.72 24.32 148.17 -
System Red Green Blue C M Y K H S L
Decimal 213 206 1 0 0.03 1.00 0.16 58.02 0.99 0.42
Hex D5 CE 1 0 3 64 10 3A 63 2A
Octal 325 316 1 0 3 144 20 72 143 52
Binary 11010101 11001110 1 0 11 1100100 10000 111010 1100011 101010

Color Harmonies of #D5CE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CE01

Black with #D5CE01

Text Example


Text Example

White with #D5CE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CE01; }

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

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

background-color css

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

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

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

border-color css

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

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

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