Shades of Wattle #CFD23D
Tints of Wattle #CFD23D
RGB
CMYK
RGB Variations
Color information
#CFD23D (or 0xCFD23D) is known color: Wattle. HEX triplet: CF, D2 and 3D. RGB value is (207,210,61). Sum of RGB (Red+Green+Blue) = 207+210+61=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 210 (82.42% from 255 or 43.93% from 478); Blue value is 61 (24.22% from 255 or 12.76% from 478); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD23D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD23D is #302DC2. Grayscale: #C0C0C0. Windows color (decimal): -3157443 or 4051663. OLE color: 4051663.
HSL color Cylindrical-coordinate representation of color #CFD23D: hue angle of 61.21º degrees, saturation: 0.62, 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 #CFD23D is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 210 | 61 | - |
| CMYK | 0.01 | 0 | 0.71 | 0.18 |
| HSL | 61.21º | 0.62% | 0.53% | - |
| HSV(B) | 61.21º | 0.71% | 0.82% | - |
| XYZ | 49.62 | 59.7 | 13.32 | - |
| YUV | 192.12 | 54.01 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 210 | 61 | 0.01 | 0 | 0.71 | 0.18 | 61.21 | 0.62 | 0.53 |
| Hex | CF | D2 | 3D | 1 | 0 | 47 | 12 | 3D | 3E | 35 |
| Octal | 317 | 322 | 75 | 1 | 0 | 107 | 22 | 75 | 76 | 65 |
| Binary | 11001111 | 11010010 | 111101 | 1 | 0 | 1000111 | 10010 | 111101 | 111110 | 110101 |
Color Harmonies of #CFD23D
Complementary color
Monochromatic Colors of #CFD23D
Black with #CFD23D
Text Example
Text Example
White with #CFD23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD23D; }
p { color: rgb(207,210,61); }
H1.HeaderClassName
{
color: #CFD23D;
}
.AnyTagClassName
{
color: #CFD23D;
}
</style>
background-color css
<style>
a { background-color: #CFD23D; }
a { background-color: rgb(207,210,61); }
div.DivClassName
{
background-color: #CFD23D;
}
.BgClassName
{
background-color: #CFD23D;
}
</style>
border-color css
<style>
span { border-color: #CFD23D; }
span { border-color: rgb(207,210,61); }
td.TdClassName
{
border-color: #CFD23D;
}
.TagClassName
{
border-color: #CFD23D;
}
</style>