Html Css Color HEX #CFCC48 Wattle

📋 copy color: '#CFCC48'

red 207 ◦ green 204 ◦ blue 72

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

Shades of Wattle #CFCC48

Tints of Wattle #CFCC48

RGB

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

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

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

R = 42.86%
G = 42.24%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CFCC48 (or 0xCFCC48) is known color: Wattle. HEX triplet: CF, CC and 48. RGB value is (207,204,72). Sum of RGB (Red+Green+Blue) = 207+204+72=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 72 (28.52% from 255 or 14.91% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCC48 is #3033B7. Grayscale: #BEBEBE. Windows color (decimal): -3158968 or 4771023. OLE color: 4771023.

HSL color Cylindrical-coordinate representation of color #CFCC48: hue angle of 58.67º 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 #CFCC48 is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 204 72 -
CMYK 0 0.01 0.65 0.19
HSL 58.67º 0.58% 0.55% -
HSV(B) 58.67º 0.65% 0.81% -
XYZ 48.49 56.92 14.56 -
YUV 189.85 61.49 140.23 -
System Red Green Blue C M Y K H S L
Decimal 207 204 72 0 0.01 0.65 0.19 58.67 0.58 0.55
Hex CF CC 48 0 1 41 13 3B 3A 37
Octal 317 314 110 0 1 101 23 73 72 67
Binary 11001111 11001100 1001000 0 1 1000001 10011 111011 111010 110111

Color Harmonies of #CFCC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCC48

Black with #CFCC48

Text Example


Text Example

White with #CFCC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCC48; }

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

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

background-color css

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

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

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

border-color css

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

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

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