Html Css Color HEX #DBCC02 Bird Flower

📋 copy color: '#DBCC02'

red 219 ◦ green 204 ◦ blue 2

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

Shades of Bird Flower #DBCC02

Tints of Bird Flower #DBCC02

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48%

 BLUE value IS 2 (1.17% from 255) = 0.47%

R = 51.53%
G = 48%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DBCC02 (or 0xDBCC02) is known color: Bird Flower. HEX triplet: DB, CC and 02. RGB value is (219,204,2). Sum of RGB (Red+Green+Blue) = 219+204+2=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 204 (80.08% from 255 or 48% from 425); Blue value is 2 (1.17% from 255 or 0.47% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCC02 is #2433FD. Grayscale: #BABABA. Windows color (decimal): -2372606 or 183515. OLE color: 183515.

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

Color convert

RGB 219 204 2 -
CMYK 0 0.07 0.99 0.14
HSL 55.85º 0.98% 0.43% -
HSV(B) 55.85º 0.99% 0.86% -
XYZ 50.82 58.25 8.62 -
YUV 185.46 24.47 151.93 -
System Red Green Blue C M Y K H S L
Decimal 219 204 2 0 0.07 0.99 0.14 55.85 0.98 0.43
Hex DB CC 2 0 7 63 E 38 62 2B
Octal 333 314 2 0 7 143 16 70 142 53
Binary 11011011 11001100 10 0 111 1100011 1110 111000 1100010 101011

Color Harmonies of #DBCC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCC02

Black with #DBCC02

Text Example


Text Example

White with #DBCC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCC02; }

 p { color: rgb(219,204,2); }

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

background-color css

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

 a { background-color: rgb(219,204,2); }

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

border-color css

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

 span { border-color: rgb(219,204,2); }

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