Html Css Color HEX #CBC74D Wattle

📋 copy color: '#CBC74D'

red 203 ◦ green 199 ◦ blue 77

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

Shades of Wattle #CBC74D

Tints of Wattle #CBC74D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.08%

R = 42.38%
G = 41.54%
B = 16.08%

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

#CBC74D (or 0xCBC74D) is known color: Wattle. HEX triplet: CB, C7 and 4D. RGB value is (203,199,77). Sum of RGB (Red+Green+Blue) = 203+199+77=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 199 (78.12% from 255 or 41.54% from 479); Blue value is 77 (30.47% from 255 or 16.08% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC74D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC74D is #3438B2. Grayscale: #BABABA. Windows color (decimal): -3422387 or 5097419. OLE color: 5097419.

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

Color convert

RGB 203 199 77 -
CMYK 0 0.02 0.62 0.20
HSL 58.1º 0.55% 0.55% -
HSV(B) 58.1º 0.62% 0.8% -
XYZ 46.39 54.08 15.01 -
YUV 186.29 66.33 139.92 -
System Red Green Blue C M Y K H S L
Decimal 203 199 77 0 0.02 0.62 0.20 58.1 0.55 0.55
Hex CB C7 4D 0 2 3E 14 3A 37 37
Octal 313 307 115 0 2 76 24 72 67 67
Binary 11001011 11000111 1001101 0 10 111110 10100 111010 110111 110111

Color Harmonies of #CBC74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC74D

Black with #CBC74D

Text Example


Text Example

White with #CBC74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC74D; }

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

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

background-color css

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

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

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

border-color css

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

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

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