Html Css Color HEX #DBCD07 Bird Flower

📋 copy color: '#DBCD07'

red 219 ◦ green 205 ◦ blue 7

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

Shades of Bird Flower #DBCD07

Tints of Bird Flower #DBCD07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.62%

R = 50.81%
G = 47.56%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DBCD07 (or 0xDBCD07) is known color: Bird Flower. HEX triplet: DB, CD and 07. RGB value is (219,205,7). Sum of RGB (Red+Green+Blue) = 219+205+7=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 205 (80.47% from 255 or 47.56% from 431); Blue value is 7 (3.12% from 255 or 1.62% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCD07 is #2432F8. Grayscale: #BBBBBB. Windows color (decimal): -2372345 or 511451. OLE color: 511451.

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

Color convert

RGB 219 205 7 -
CMYK 0 0.06 0.97 0.14
HSL 56.04º 0.94% 0.44% -
HSV(B) 56.04º 0.97% 0.86% -
XYZ 51.08 58.74 8.85 -
YUV 186.61 26.64 151.1 -
System Red Green Blue C M Y K H S L
Decimal 219 205 7 0 0.06 0.97 0.14 56.04 0.94 0.44
Hex DB CD 7 0 6 61 E 38 5E 2C
Octal 333 315 7 0 6 141 16 70 136 54
Binary 11011011 11001101 111 0 110 1100001 1110 111000 1011110 101100

Color Harmonies of #DBCD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCD07

Black with #DBCD07

Text Example


Text Example

White with #DBCD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCD07; }

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

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

background-color css

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

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

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

border-color css

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

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

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