Html Css Color HEX #CBC63A Wattle

📋 copy color: '#CBC63A'

red 203 ◦ green 198 ◦ blue 58

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

Shades of Wattle #CBC63A

Tints of Wattle #CBC63A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.14%

 BLUE value IS 58 (23.05% from 255) = 12.64%

R = 44.23%
G = 43.14%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CBC63A (or 0xCBC63A) is known color: Wattle. HEX triplet: CB, C6 and 3A. RGB value is (203,198,58). Sum of RGB (Red+Green+Blue) = 203+198+58=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 198 (77.73% from 255 or 43.14% from 459); Blue value is 58 (23.05% from 255 or 12.64% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC63A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC63A is #3439C5. Grayscale: #B8B8B8. Windows color (decimal): -3422662 or 3851979. OLE color: 3851979.

HSL color Cylindrical-coordinate representation of color #CBC63A: hue angle of 57.93º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CBC63A is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 198 58 -
CMYK 0 0.02 0.71 0.20
HSL 57.93º 0.58% 0.51% -
HSV(B) 57.93º 0.71% 0.8% -
XYZ 45.59 53.39 11.91 -
YUV 183.54 57.16 141.88 -
System Red Green Blue C M Y K H S L
Decimal 203 198 58 0 0.02 0.71 0.20 57.93 0.58 0.51
Hex CB C6 3A 0 2 47 14 3A 3A 33
Octal 313 306 72 0 2 107 24 72 72 63
Binary 11001011 11000110 111010 0 10 1000111 10100 111010 111010 110011

Color Harmonies of #CBC63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC63A

Black with #CBC63A

Text Example


Text Example

White with #CBC63A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC63A; }

 p { color: rgb(203,198,58); }

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

background-color css

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

 a { background-color: rgb(203,198,58); }

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

border-color css

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

 span { border-color: rgb(203,198,58); }

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