Html Css Color HEX #CFCC38 Wattle

📋 copy color: '#CFCC38'

red 207 ◦ green 204 ◦ blue 56

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

Shades of Wattle #CFCC38

Tints of Wattle #CFCC38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.99%

R = 44.33%
G = 43.68%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CFCC38 (or 0xCFCC38) is known color: Wattle. HEX triplet: CF, CC and 38. RGB value is (207,204,56). Sum of RGB (Red+Green+Blue) = 207+204+56=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 56 (22.27% from 255 or 11.99% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCC38 is #3033C7. Grayscale: #BCBCBC. Windows color (decimal): -3158984 or 3722447. OLE color: 3722447.

HSL color Cylindrical-coordinate representation of color #CFCC38: hue angle of 58.81º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CFCC38 is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 204 56 -
CMYK 0 0.01 0.73 0.19
HSL 58.81º 0.61% 0.52% -
HSV(B) 58.81º 0.73% 0.81% -
XYZ 48.04 56.74 12.16 -
YUV 188.03 53.49 141.53 -
System Red Green Blue C M Y K H S L
Decimal 207 204 56 0 0.01 0.73 0.19 58.81 0.61 0.52
Hex CF CC 38 0 1 49 13 3B 3D 34
Octal 317 314 70 0 1 111 23 73 75 64
Binary 11001111 11001100 111000 0 1 1001001 10011 111011 111101 110100

Color Harmonies of #CFCC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCC38

Black with #CFCC38

Text Example


Text Example

White with #CFCC38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCC38; }

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

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

background-color css

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

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

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

border-color css

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

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

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