Html Css Color HEX #CBC73F Wattle

📋 copy color: '#CBC73F'

red 203 ◦ green 199 ◦ blue 63

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

Shades of Wattle #CBC73F

Tints of Wattle #CBC73F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.8%

 BLUE value IS 63 (25% from 255) = 13.55%

R = 43.66%
G = 42.8%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CBC73F (or 0xCBC73F) is known color: Wattle. HEX triplet: CB, C7 and 3F. RGB value is (203,199,63). Sum of RGB (Red+Green+Blue) = 203+199+63=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 199 (78.12% from 255 or 42.80% from 465); Blue value is 63 (25% from 255 or 13.55% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC73F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC73F is #3438C0. Grayscale: #B9B9B9. Windows color (decimal): -3422401 or 4179915. OLE color: 4179915.

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

Color convert

RGB 203 199 63 -
CMYK 0 0.02 0.69 0.20
HSL 58.29º 0.57% 0.52% -
HSV(B) 58.29º 0.69% 0.8% -
XYZ 45.95 53.9 12.69 -
YUV 184.69 59.33 141.06 -
System Red Green Blue C M Y K H S L
Decimal 203 199 63 0 0.02 0.69 0.20 58.29 0.57 0.52
Hex CB C7 3F 0 2 45 14 3A 39 34
Octal 313 307 77 0 2 105 24 72 71 64
Binary 11001011 11000111 111111 0 10 1000101 10100 111010 111001 110100

Color Harmonies of #CBC73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC73F

Black with #CBC73F

Text Example


Text Example

White with #CBC73F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC73F; }

 p { color: rgb(203,199,63); }

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

background-color css

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

 a { background-color: rgb(203,199,63); }

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

border-color css

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

 span { border-color: rgb(203,199,63); }

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