Html Css Color HEX #CBC53D Wattle

📋 copy color: '#CBC53D'

red 203 ◦ green 197 ◦ blue 61

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

Shades of Wattle #CBC53D

Tints of Wattle #CBC53D

RGB

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

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

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

R = 44.03%
G = 42.73%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CBC53D (or 0xCBC53D) is known color: Wattle. HEX triplet: CB, C5 and 3D. RGB value is (203,197,61). Sum of RGB (Red+Green+Blue) = 203+197+61=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 197 (77.34% from 255 or 42.73% from 461); Blue value is 61 (24.22% from 255 or 13.23% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC53D is #343AC2. Grayscale: #B7B7B7. Windows color (decimal): -3422915 or 4048331. OLE color: 4048331.

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

Color convert

RGB 203 197 61 -
CMYK 0 0.03 0.70 0.20
HSL 57.46º 0.58% 0.52% -
HSV(B) 57.46º 0.7% 0.8% -
XYZ 45.44 52.97 12.24 -
YUV 183.29 58.99 142.06 -
System Red Green Blue C M Y K H S L
Decimal 203 197 61 0 0.03 0.70 0.20 57.46 0.58 0.52
Hex CB C5 3D 0 3 46 14 39 3A 34
Octal 313 305 75 0 3 106 24 71 72 64
Binary 11001011 11000101 111101 0 11 1000110 10100 111001 111010 110100

Color Harmonies of #CBC53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC53D

Black with #CBC53D

Text Example


Text Example

White with #CBC53D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC53D; }

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

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

background-color css

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

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

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

border-color css

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

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

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