Html Css Color HEX #CEC83D Wattle

📋 copy color: '#CEC83D'

red 206 ◦ green 200 ◦ blue 61

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

Shades of Wattle #CEC83D

Tints of Wattle #CEC83D

RGB

 RED value IS 206 (80.86% from 255) = 44.11%

 GREEN value IS 200 (78.52% from 255) = 42.83%

 BLUE value IS 61 (24.22% from 255) = 13.06%

R = 44.11%
G = 42.83%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CEC83D (or 0xCEC83D) is known color: Wattle. HEX triplet: CE, C8 and 3D. RGB value is (206,200,61). Sum of RGB (Red+Green+Blue) = 206+200+61=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 61 (24.22% from 255 or 13.06% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC83D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC83D is #3137C2. Grayscale: #BABABA. Windows color (decimal): -3225539 or 4049102. OLE color: 4049102.

HSL color Cylindrical-coordinate representation of color #CEC83D: hue angle of 57.52º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CEC83D is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 200 61 -
CMYK 0 0.03 0.70 0.19
HSL 57.52º 0.6% 0.52% -
HSV(B) 57.52º 0.7% 0.81% -
XYZ 46.95 54.77 12.51 -
YUV 185.95 57.49 142.3 -
System Red Green Blue C M Y K H S L
Decimal 206 200 61 0 0.03 0.70 0.19 57.52 0.6 0.52
Hex CE C8 3D 0 3 46 13 3A 3C 34
Octal 316 310 75 0 3 106 23 72 74 64
Binary 11001110 11001000 111101 0 11 1000110 10011 111010 111100 110100

Color Harmonies of #CEC83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC83D

Black with #CEC83D

Text Example


Text Example

White with #CEC83D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC83D; }

 p { color: rgb(206,200,61); }

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

background-color css

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

 a { background-color: rgb(206,200,61); }

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

border-color css

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

 span { border-color: rgb(206,200,61); }

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