Html Css Color HEX #CBC74F Wattle

📋 copy color: '#CBC74F'

red 203 ◦ green 199 ◦ blue 79

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

Shades of Wattle #CBC74F

Tints of Wattle #CBC74F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 16.42%

R = 42.2%
G = 41.37%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#CBC74F (or 0xCBC74F) is known color: Wattle. HEX triplet: CB, C7 and 4F. RGB value is (203,199,79). Sum of RGB (Red+Green+Blue) = 203+199+79=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 199 (78.12% from 255 or 41.37% from 481); Blue value is 79 (31.25% from 255 or 16.42% from 481); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC74F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC74F is #3438B0. Grayscale: #BBBBBB. Windows color (decimal): -3422385 or 5228491. OLE color: 5228491.

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

Color convert

RGB 203 199 79 -
CMYK 0 0.02 0.61 0.20
HSL 58.06º 0.54% 0.55% -
HSV(B) 58.06º 0.61% 0.8% -
XYZ 46.46 54.11 15.39 -
YUV 186.52 67.33 139.76 -
System Red Green Blue C M Y K H S L
Decimal 203 199 79 0 0.02 0.61 0.20 58.06 0.54 0.55
Hex CB C7 4F 0 2 3D 14 3A 36 37
Octal 313 307 117 0 2 75 24 72 66 67
Binary 11001011 11000111 1001111 0 10 111101 10100 111010 110110 110111

Color Harmonies of #CBC74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC74F

Black with #CBC74F

Text Example


Text Example

White with #CBC74F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC74F; }

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

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

background-color css

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

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

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

border-color css

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

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

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