Html Css Color HEX #D6CA30 Wattle

📋 copy color: '#D6CA30'

red 214 ◦ green 202 ◦ blue 48

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

Shades of Wattle #D6CA30

Tints of Wattle #D6CA30

RGB

 RED value IS 214 (83.98% from 255) = 46.12%

 GREEN value IS 202 (79.3% from 255) = 43.53%

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

R = 46.12%
G = 43.53%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D6CA30 (or 0xD6CA30) is known color: Wattle. HEX triplet: D6, CA and 30. RGB value is (214,202,48). Sum of RGB (Red+Green+Blue) = 214+202+48=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 48 (19.14% from 255 or 10.34% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CA30 is #2935CF. Grayscale: #BCBCBC. Windows color (decimal): -2700752 or 3197654. OLE color: 3197654.

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

Color convert

RGB 214 202 48 -
CMYK 0 0.06 0.78 0.16
HSL 55.66º 0.67% 0.51% -
HSV(B) 55.66º 0.78% 0.84% -
XYZ 49.39 56.75 11.15 -
YUV 188.03 48.98 146.52 -
System Red Green Blue C M Y K H S L
Decimal 214 202 48 0 0.06 0.78 0.16 55.66 0.67 0.51
Hex D6 CA 30 0 6 4E 10 38 43 33
Octal 326 312 60 0 6 116 20 70 103 63
Binary 11010110 11001010 110000 0 110 1001110 10000 111000 1000011 110011

Color Harmonies of #D6CA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CA30

Black with #D6CA30

Text Example


Text Example

White with #D6CA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CA30; }

 p { color: rgb(214,202,48); }

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

background-color css

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

 a { background-color: rgb(214,202,48); }

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

border-color css

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

 span { border-color: rgb(214,202,48); }

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