Html Css Color HEX #D5CE0D Bird Flower

📋 copy color: '#D5CE0D'

red 213 ◦ green 206 ◦ blue 13

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

Shades of Bird Flower #D5CE0D

Tints of Bird Flower #D5CE0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.01%

R = 49.31%
G = 47.69%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5CE0D (or 0xD5CE0D) is known color: Bird Flower. HEX triplet: D5, CE and 0D. RGB value is (213,206,13). Sum of RGB (Red+Green+Blue) = 213+206+13=432 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.31% from 432); Green value is 206 (80.86% from 255 or 47.69% from 432); Blue value is 13 (5.47% from 255 or 3.01% from 432); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5CE0D is #2A31F2. Grayscale: #BABABA. Windows color (decimal): -2765299 or 904917. OLE color: 904917.

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

Color convert

RGB 213 206 13 -
CMYK 0 0.03 0.94 0.16
HSL 57.9º 0.88% 0.44% -
HSV(B) 57.9º 0.94% 0.84% -
XYZ 49.58 58.32 9.02 -
YUV 186.09 30.32 147.19 -
System Red Green Blue C M Y K H S L
Decimal 213 206 13 0 0.03 0.94 0.16 57.9 0.88 0.44
Hex D5 CE D 0 3 5E 10 3A 58 2C
Octal 325 316 15 0 3 136 20 72 130 54
Binary 11010101 11001110 1101 0 11 1011110 10000 111010 1011000 101100

Color Harmonies of #D5CE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CE0D

Black with #D5CE0D

Text Example


Text Example

White with #D5CE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CE0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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