Html Css Color HEX #DBCC2F Wattle

📋 copy color: '#DBCC2F'

red 219 ◦ green 204 ◦ blue 47

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

Shades of Wattle #DBCC2F

Tints of Wattle #DBCC2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10%

R = 46.6%
G = 43.4%
B = 10%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DBCC2F (or 0xDBCC2F) is known color: Wattle. HEX triplet: DB, CC and 2F. RGB value is (219,204,47). Sum of RGB (Red+Green+Blue) = 219+204+47=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 47 (18.75% from 255 or 10% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCC2F is #2433D0. Grayscale: #BFBFBF. Windows color (decimal): -2372561 or 3132635. OLE color: 3132635.

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

Color convert

RGB 219 204 47 -
CMYK 0 0.07 0.79 0.14
HSL 54.77º 0.7% 0.52% -
HSV(B) 54.77º 0.79% 0.86% -
XYZ 51.32 58.45 11.27 -
YUV 190.59 46.97 148.27 -
System Red Green Blue C M Y K H S L
Decimal 219 204 47 0 0.07 0.79 0.14 54.77 0.7 0.52
Hex DB CC 2F 0 7 4F E 37 46 34
Octal 333 314 57 0 7 117 16 67 106 64
Binary 11011011 11001100 101111 0 111 1001111 1110 110111 1000110 110100

Color Harmonies of #DBCC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCC2F

Black with #DBCC2F

Text Example


Text Example

White with #DBCC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCC2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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