Html Css Color HEX #DBCF07 Bird Flower

📋 copy color: '#DBCF07'

red 219 ◦ green 207 ◦ blue 7

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

Shades of Bird Flower #DBCF07

Tints of Bird Flower #DBCF07

RGB

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

 GREEN value IS 207 (81.25% from 255) = 47.81%

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

R = 50.58%
G = 47.81%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DBCF07 (or 0xDBCF07) is known color: Bird Flower. HEX triplet: DB, CF and 07. RGB value is (219,207,7). Sum of RGB (Red+Green+Blue) = 219+207+7=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 207 (81.25% from 255 or 47.81% from 433); Blue value is 7 (3.12% from 255 or 1.62% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCF07 is #2430F8. Grayscale: #BCBCBC. Windows color (decimal): -2371833 or 511963. OLE color: 511963.

HSL color Cylindrical-coordinate representation of color #DBCF07: hue angle of 56.6º 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 #DBCF07 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 207 7 -
CMYK 0 0.05 0.97 0.14
HSL 56.6º 0.94% 0.44% -
HSV(B) 56.6º 0.97% 0.86% -
XYZ 51.56 59.7 9.01 -
YUV 187.79 25.98 150.26 -
System Red Green Blue C M Y K H S L
Decimal 219 207 7 0 0.05 0.97 0.14 56.6 0.94 0.44
Hex DB CF 7 0 5 61 E 39 5E 2C
Octal 333 317 7 0 5 141 16 71 136 54
Binary 11011011 11001111 111 0 101 1100001 1110 111001 1011110 101100

Color Harmonies of #DBCF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCF07

Black with #DBCF07

Text Example


Text Example

White with #DBCF07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCF07; }

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

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

background-color css

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

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

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

border-color css

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

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

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