Html Css Color HEX #CBC74E Wattle

📋 copy color: '#CBC74E'

red 203 ◦ green 199 ◦ blue 78

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

Shades of Wattle #CBC74E

Tints of Wattle #CBC74E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.25%

R = 42.29%
G = 41.46%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CBC74E (or 0xCBC74E) is known color: Wattle. HEX triplet: CB, C7 and 4E. RGB value is (203,199,78). Sum of RGB (Red+Green+Blue) = 203+199+78=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 199 (78.12% from 255 or 41.46% from 480); Blue value is 78 (30.86% from 255 or 16.25% from 480); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC74E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC74E is #3438B1. Grayscale: #BABABA. Windows color (decimal): -3422386 or 5162955. OLE color: 5162955.

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

Color convert

RGB 203 199 78 -
CMYK 0 0.02 0.62 0.20
HSL 58.08º 0.55% 0.55% -
HSV(B) 58.08º 0.62% 0.8% -
XYZ 46.43 54.09 15.2 -
YUV 186.4 66.83 139.84 -
System Red Green Blue C M Y K H S L
Decimal 203 199 78 0 0.02 0.62 0.20 58.08 0.55 0.55
Hex CB C7 4E 0 2 3E 14 3A 37 37
Octal 313 307 116 0 2 76 24 72 67 67
Binary 11001011 11000111 1001110 0 10 111110 10100 111010 110111 110111

Color Harmonies of #CBC74E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC74E

Black with #CBC74E

Text Example


Text Example

White with #CBC74E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC74E; }

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

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

background-color css

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

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

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

border-color css

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

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

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