Html Css Color HEX #CBC335 Wattle

📋 copy color: '#CBC335'

red 203 ◦ green 195 ◦ blue 53

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

Shades of Wattle #CBC335

Tints of Wattle #CBC335

RGB

 RED value IS 203 (79.69% from 255) = 45.01%

 GREEN value IS 195 (76.56% from 255) = 43.24%

 BLUE value IS 53 (21.09% from 255) = 11.75%

R = 45.01%
G = 43.24%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CBC335 (or 0xCBC335) is known color: Wattle. HEX triplet: CB, C3 and 35. RGB value is (203,195,53). Sum of RGB (Red+Green+Blue) = 203+195+53=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 195 (76.56% from 255 or 43.24% from 451); Blue value is 53 (21.09% from 255 or 11.75% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC335 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC335 is #343CCA. Grayscale: #B5B5B5. Windows color (decimal): -3423435 or 3523531. OLE color: 3523531.

HSL color Cylindrical-coordinate representation of color #CBC335: hue angle of 56.8º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CBC335 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 195 53 -
CMYK 0 0.04 0.74 0.20
HSL 56.8º 0.59% 0.5% -
HSV(B) 56.8º 0.74% 0.8% -
XYZ 44.79 51.98 11.04 -
YUV 181.2 55.65 143.55 -
System Red Green Blue C M Y K H S L
Decimal 203 195 53 0 0.04 0.74 0.20 56.8 0.59 0.5
Hex CB C3 35 0 4 4A 14 39 3B 32
Octal 313 303 65 0 4 112 24 71 73 62
Binary 11001011 11000011 110101 0 100 1001010 10100 111001 111011 110010

Color Harmonies of #CBC335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC335

Black with #CBC335

Text Example


Text Example

White with #CBC335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC335; }

 p { color: rgb(203,195,53); }

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

background-color css

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

 a { background-color: rgb(203,195,53); }

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

border-color css

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

 span { border-color: rgb(203,195,53); }

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