Html Css Color HEX #CBC14D Wattle

📋 copy color: '#CBC14D'

red 203 ◦ green 193 ◦ blue 77

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

Shades of Wattle #CBC14D

Tints of Wattle #CBC14D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.8%

 BLUE value IS 77 (30.47% from 255) = 16.28%

R = 42.92%
G = 40.8%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CBC14D (or 0xCBC14D) is known color: Wattle. HEX triplet: CB, C1 and 4D. RGB value is (203,193,77). Sum of RGB (Red+Green+Blue) = 203+193+77=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 193 (75.78% from 255 or 40.80% from 473); Blue value is 77 (30.47% from 255 or 16.28% from 473); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC14D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC14D is #343EB2. Grayscale: #B7B7B7. Windows color (decimal): -3423923 or 5095883. OLE color: 5095883.

HSL color Cylindrical-coordinate representation of color #CBC14D: hue angle of 55.24º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CBC14D is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 193 77 -
CMYK 0 0.05 0.62 0.20
HSL 55.24º 0.55% 0.55% -
HSV(B) 55.24º 0.62% 0.8% -
XYZ 45.04 51.37 14.56 -
YUV 182.77 68.31 142.43 -
System Red Green Blue C M Y K H S L
Decimal 203 193 77 0 0.05 0.62 0.20 55.24 0.55 0.55
Hex CB C1 4D 0 5 3E 14 37 37 37
Octal 313 301 115 0 5 76 24 67 67 67
Binary 11001011 11000001 1001101 0 101 111110 10100 110111 110111 110111

Color Harmonies of #CBC14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC14D

Black with #CBC14D

Text Example


Text Example

White with #CBC14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC14D; }

 p { color: rgb(203,193,77); }

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

background-color css

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

 a { background-color: rgb(203,193,77); }

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

border-color css

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

 span { border-color: rgb(203,193,77); }

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