Html Css Color HEX #CBC53A Wattle

📋 copy color: '#CBC53A'

red 203 ◦ green 197 ◦ blue 58

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

Shades of Wattle #CBC53A

Tints of Wattle #CBC53A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.01%

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

R = 44.32%
G = 43.01%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CBC53A (or 0xCBC53A) is known color: Wattle. HEX triplet: CB, C5 and 3A. RGB value is (203,197,58). Sum of RGB (Red+Green+Blue) = 203+197+58=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 197 (77.34% from 255 or 43.01% from 458); Blue value is 58 (23.05% from 255 or 12.66% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC53A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC53A is #343AC5. Grayscale: #B7B7B7. Windows color (decimal): -3422918 or 3851723. OLE color: 3851723.

HSL color Cylindrical-coordinate representation of color #CBC53A: hue angle of 57.52º 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 #CBC53A is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 197 58 -
CMYK 0 0.03 0.71 0.20
HSL 57.52º 0.58% 0.51% -
HSV(B) 57.52º 0.71% 0.8% -
XYZ 45.36 52.93 11.83 -
YUV 182.95 57.49 142.3 -
System Red Green Blue C M Y K H S L
Decimal 203 197 58 0 0.03 0.71 0.20 57.52 0.58 0.51
Hex CB C5 3A 0 3 47 14 3A 3A 33
Octal 313 305 72 0 3 107 24 72 72 63
Binary 11001011 11000101 111010 0 11 1000111 10100 111010 111010 110011

Color Harmonies of #CBC53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC53A

Black with #CBC53A

Text Example


Text Example

White with #CBC53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC53A; }

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

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

background-color css

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

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

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

border-color css

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

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

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