Html Css Color HEX #D7CC30 Wattle

📋 copy color: '#D7CC30'

red 215 ◦ green 204 ◦ blue 48

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

Shades of Wattle #D7CC30

Tints of Wattle #D7CC30

RGB

 RED value IS 215 (84.38% from 255) = 46.04%

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

 BLUE value IS 48 (19.14% from 255) = 10.28%

R = 46.04%
G = 43.68%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D7CC30 (or 0xD7CC30) is known color: Wattle. HEX triplet: D7, CC and 30. RGB value is (215,204,48). Sum of RGB (Red+Green+Blue) = 215+204+48=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 48 (19.14% from 255 or 10.28% from 467); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CC30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7CC30 is #2833CF. Grayscale: #BEBEBE. Windows color (decimal): -2634704 or 3198167. OLE color: 3198167.

HSL color Cylindrical-coordinate representation of color #D7CC30: hue angle of 56.05º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D7CC30 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 204 48 -
CMYK 0 0.05 0.78 0.16
HSL 56.05º 0.68% 0.52% -
HSV(B) 56.05º 0.78% 0.84% -
XYZ 50.15 57.85 11.32 -
YUV 189.51 48.14 146.18 -
System Red Green Blue C M Y K H S L
Decimal 215 204 48 0 0.05 0.78 0.16 56.05 0.68 0.52
Hex D7 CC 30 0 5 4E 10 38 44 34
Octal 327 314 60 0 5 116 20 70 104 64
Binary 11010111 11001100 110000 0 101 1001110 10000 111000 1000100 110100

Color Harmonies of #D7CC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CC30

Black with #D7CC30

Text Example


Text Example

White with #D7CC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CC30; }

 p { color: rgb(215,204,48); }

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

background-color css

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

 a { background-color: rgb(215,204,48); }

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

border-color css

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

 span { border-color: rgb(215,204,48); }

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