Html Css Color HEX #DBCD00 Bird Flower

📋 copy color: '#DBCD00'

red 219 ◦ green 205 ◦ blue 0

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

Shades of Bird Flower #DBCD00

Tints of Bird Flower #DBCD00

RGB

 RED value IS 219 (85.94% from 255) = 51.65%

 GREEN value IS 205 (80.47% from 255) = 48.35%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.65%
G = 48.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DBCD00 (or 0xDBCD00) is known color: Bird Flower. HEX triplet: DB, CD and 00. RGB value is (219,205,0). Sum of RGB (Red+Green+Blue) = 219+205+0=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 205 (80.47% from 255 or 48.35% from 424); Blue value is 0 (0.39% from 255 or 0% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCD00 is #2432FF. Grayscale: #BABABA. Windows color (decimal): -2372352 or 52699. OLE color: 52699.

HSL color Cylindrical-coordinate representation of color #DBCD00: hue angle of 56.16º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DBCD00 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 205 0 -
CMYK 0 0.06 1 0.14
HSL 56.16º 1% 0.43% -
HSV(B) 56.16º 1% 0.86% -
XYZ 51.04 58.72 8.64 -
YUV 185.82 23.14 151.67 -
System Red Green Blue C M Y K H S L
Decimal 219 205 0 0 0.06 1 0.14 56.16 1 0.43
Hex DB CD 0 0 6 64 E 38 64 2B
Octal 333 315 0 0 6 144 16 70 144 53
Binary 11011011 11001101 0 0 110 1100100 1110 111000 1100100 101011

Color Harmonies of #DBCD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCD00

Black with #DBCD00

Text Example


Text Example

White with #DBCD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCD00; }

 p { color: rgb(219,205,0); }

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

background-color css

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

 a { background-color: rgb(219,205,0); }

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

border-color css

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

 span { border-color: rgb(219,205,0); }

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