Html Css Color HEX #CAB523 Bird Flower

📋 copy color: '#CAB523'

red 202 ◦ green 181 ◦ blue 35

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

Shades of Bird Flower #CAB523

Tints of Bird Flower #CAB523

RGB

 RED value IS 202 (79.3% from 255) = 48.33%

 GREEN value IS 181 (71.09% from 255) = 43.3%

 BLUE value IS 35 (14.06% from 255) = 8.37%

R = 48.33%
G = 43.3%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#CAB523 (or 0xCAB523) is known color: Bird Flower. HEX triplet: CA, B5 and 23. RGB value is (202,181,35). Sum of RGB (Red+Green+Blue) = 202+181+35=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 181 (71.09% from 255 or 43.30% from 418); Blue value is 35 (14.06% from 255 or 8.37% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB523 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB523 is #354ADC. Grayscale: #ABABAB. Windows color (decimal): -3492573 or 2340298. OLE color: 2340298.

HSL color Cylindrical-coordinate representation of color #CAB523: hue angle of 52.46º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CAB523 is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 181 35 -
CMYK 0 0.10 0.83 0.21
HSL 52.46º 0.7% 0.46% -
HSV(B) 52.46º 0.83% 0.79% -
XYZ 41.18 45.73 8.25 -
YUV 170.64 51.46 150.37 -
System Red Green Blue C M Y K H S L
Decimal 202 181 35 0 0.10 0.83 0.21 52.46 0.7 0.46
Hex CA B5 23 0 A 53 15 34 46 2E
Octal 312 265 43 0 12 123 25 64 106 56
Binary 11001010 10110101 100011 0 1010 1010011 10101 110100 1000110 101110

Color Harmonies of #CAB523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB523

Black with #CAB523

Text Example


Text Example

White with #CAB523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB523; }

 p { color: rgb(202,181,35); }

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

background-color css

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

 a { background-color: rgb(202,181,35); }

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

border-color css

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

 span { border-color: rgb(202,181,35); }

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