Html Css Color HEX #D0CC3D Wattle

📋 copy color: '#D0CC3D'

red 208 ◦ green 204 ◦ blue 61

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

Shades of Wattle #D0CC3D

Tints of Wattle #D0CC3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.9%

R = 43.97%
G = 43.13%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D0CC3D (or 0xD0CC3D) is known color: Wattle. HEX triplet: D0, CC and 3D. RGB value is (208,204,61). Sum of RGB (Red+Green+Blue) = 208+204+61=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 61 (24.22% from 255 or 12.90% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CC3D is #2F33C2. Grayscale: #BDBDBD. Windows color (decimal): -3093443 or 4050128. OLE color: 4050128.

HSL color Cylindrical-coordinate representation of color #D0CC3D: hue angle of 58.37º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D0CC3D is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 204 61 -
CMYK 0 0.02 0.71 0.18
HSL 58.37º 0.61% 0.53% -
HSV(B) 58.37º 0.71% 0.82% -
XYZ 48.45 56.93 12.85 -
YUV 188.89 55.83 141.63 -
System Red Green Blue C M Y K H S L
Decimal 208 204 61 0 0.02 0.71 0.18 58.37 0.61 0.53
Hex D0 CC 3D 0 2 47 12 3A 3D 35
Octal 320 314 75 0 2 107 22 72 75 65
Binary 11010000 11001100 111101 0 10 1000111 10010 111010 111101 110101

Color Harmonies of #D0CC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CC3D

Black with #D0CC3D

Text Example


Text Example

White with #D0CC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CC3D; }

 p { color: rgb(208,204,61); }

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

background-color css

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

 a { background-color: rgb(208,204,61); }

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

border-color css

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

 span { border-color: rgb(208,204,61); }

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