Html Css Color HEX #CBC74A Wattle

📋 copy color: '#CBC74A'

red 203 ◦ green 199 ◦ blue 74

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

Shades of Wattle #CBC74A

Tints of Wattle #CBC74A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.55%

R = 42.65%
G = 41.81%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CBC74A (or 0xCBC74A) is known color: Wattle. HEX triplet: CB, C7 and 4A. RGB value is (203,199,74). Sum of RGB (Red+Green+Blue) = 203+199+74=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 199 (78.12% from 255 or 41.81% from 476); Blue value is 74 (29.30% from 255 or 15.55% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC74A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC74A is #3438B5. Grayscale: #BABABA. Windows color (decimal): -3422390 or 4900811. OLE color: 4900811.

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

Color convert

RGB 203 199 74 -
CMYK 0 0.02 0.64 0.20
HSL 58.14º 0.55% 0.54% -
HSV(B) 58.14º 0.64% 0.8% -
XYZ 46.29 54.04 14.47 -
YUV 185.95 64.83 140.16 -
System Red Green Blue C M Y K H S L
Decimal 203 199 74 0 0.02 0.64 0.20 58.14 0.55 0.54
Hex CB C7 4A 0 2 40 14 3A 37 36
Octal 313 307 112 0 2 100 24 72 67 66
Binary 11001011 11000111 1001010 0 10 1000000 10100 111010 110111 110110

Color Harmonies of #CBC74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC74A

Black with #CBC74A

Text Example


Text Example

White with #CBC74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC74A; }

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

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

background-color css

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

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

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

border-color css

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

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

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