Html Css Color HEX #CFC248 Wattle

📋 copy color: '#CFC248'

red 207 ◦ green 194 ◦ blue 72

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

Shades of Wattle #CFC248

Tints of Wattle #CFC248

RGB

 RED value IS 207 (81.25% from 255) = 43.76%

 GREEN value IS 194 (76.17% from 255) = 41.01%

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

R = 43.76%
G = 41.01%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CFC248 (or 0xCFC248) is known color: Wattle. HEX triplet: CF, C2 and 48. RGB value is (207,194,72). Sum of RGB (Red+Green+Blue) = 207+194+72=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 194 (76.17% from 255 or 41.01% from 473); Blue value is 72 (28.52% from 255 or 15.22% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC248 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC248 is #303DB7. Grayscale: #B8B8B8. Windows color (decimal): -3161528 or 4768463. OLE color: 4768463.

HSL color Cylindrical-coordinate representation of color #CFC248: hue angle of 54.22º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CFC248 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 194 72 -
CMYK 0 0.06 0.65 0.19
HSL 54.22º 0.58% 0.55% -
HSV(B) 54.22º 0.65% 0.81% -
XYZ 46.19 52.32 13.79 -
YUV 183.98 64.81 144.42 -
System Red Green Blue C M Y K H S L
Decimal 207 194 72 0 0.06 0.65 0.19 54.22 0.58 0.55
Hex CF C2 48 0 6 41 13 36 3A 37
Octal 317 302 110 0 6 101 23 66 72 67
Binary 11001111 11000010 1001000 0 110 1000001 10011 110110 111010 110111

Color Harmonies of #CFC248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC248

Black with #CFC248

Text Example


Text Example

White with #CFC248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC248; }

 p { color: rgb(207,194,72); }

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

background-color css

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

 a { background-color: rgb(207,194,72); }

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

border-color css

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

 span { border-color: rgb(207,194,72); }

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