Html Css Color HEX #D0D448 Wattle

📋 copy color: '#D0D448'

red 208 ◦ green 212 ◦ blue 72

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

Shades of Wattle #D0D448

Tints of Wattle #D0D448

RGB

 RED value IS 208 (81.64% from 255) = 42.28%

 GREEN value IS 212 (83.2% from 255) = 43.09%

 BLUE value IS 72 (28.52% from 255) = 14.63%

R = 42.28%
G = 43.09%
B = 14.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D0D448 (or 0xD0D448) is known color: Wattle. HEX triplet: D0, D4 and 48. RGB value is (208,212,72). Sum of RGB (Red+Green+Blue) = 208+212+72=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 212 (83.20% from 255 or 43.09% from 492); Blue value is 72 (28.52% from 255 or 14.63% from 492); Max value from RGB is 212 - color contains mainly: green. Hex color #D0D448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D448 is #2F2BB7. Grayscale: #C3C3C3. Windows color (decimal): -3091384 or 4773072. OLE color: 4773072.

HSL color Cylindrical-coordinate representation of color #D0D448: hue angle of 61.71º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D0D448 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 208 212 72 -
CMYK 0.02 0 0.66 0.17
HSL 61.71º 0.62% 0.56% -
HSV(B) 61.71º 0.66% 0.83% -
XYZ 50.73 60.96 15.22 -
YUV 194.84 58.67 137.38 -
System Red Green Blue C M Y K H S L
Decimal 208 212 72 0.02 0 0.66 0.17 61.71 0.62 0.56
Hex D0 D4 48 2 0 42 11 3E 3E 38
Octal 320 324 110 2 0 102 21 76 76 70
Binary 11010000 11010100 1001000 10 0 1000010 10001 111110 111110 111000

Color Harmonies of #D0D448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D448

Black with #D0D448

Text Example


Text Example

White with #D0D448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D448; }

 p { color: rgb(208,212,72); }

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

background-color css

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

 a { background-color: rgb(208,212,72); }

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

border-color css

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

 span { border-color: rgb(208,212,72); }

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