Html Css Color HEX #CBC73D Wattle

📋 copy color: '#CBC73D'

red 203 ◦ green 199 ◦ blue 61

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

Shades of Wattle #CBC73D

Tints of Wattle #CBC73D

RGB

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

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

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

R = 43.84%
G = 42.98%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CBC73D (or 0xCBC73D) is known color: Wattle. HEX triplet: CB, C7 and 3D. RGB value is (203,199,61). Sum of RGB (Red+Green+Blue) = 203+199+61=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 199 (78.12% from 255 or 42.98% from 463); Blue value is 61 (24.22% from 255 or 13.17% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC73D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC73D is #3438C2. Grayscale: #B9B9B9. Windows color (decimal): -3422403 or 4048843. OLE color: 4048843.

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

Color convert

RGB 203 199 61 -
CMYK 0 0.02 0.70 0.20
HSL 58.31º 0.58% 0.52% -
HSV(B) 58.31º 0.7% 0.8% -
XYZ 45.89 53.88 12.4 -
YUV 184.46 58.33 141.22 -
System Red Green Blue C M Y K H S L
Decimal 203 199 61 0 0.02 0.70 0.20 58.31 0.58 0.52
Hex CB C7 3D 0 2 46 14 3A 3A 34
Octal 313 307 75 0 2 106 24 72 72 64
Binary 11001011 11000111 111101 0 10 1000110 10100 111010 111010 110100

Color Harmonies of #CBC73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC73D

Black with #CBC73D

Text Example


Text Example

White with #CBC73D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC73D; }

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

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

background-color css

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

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

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

border-color css

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

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

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