Html Css Color HEX #CAB725 Bird Flower

📋 copy color: '#CAB725'

red 202 ◦ green 183 ◦ blue 37

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

Shades of Bird Flower #CAB725

Tints of Bird Flower #CAB725

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.36%

 BLUE value IS 37 (14.84% from 255) = 8.77%

R = 47.87%
G = 43.36%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#CAB725 (or 0xCAB725) is known color: Bird Flower. HEX triplet: CA, B7 and 25. RGB value is (202,183,37). Sum of RGB (Red+Green+Blue) = 202+183+37=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 183 (71.88% from 255 or 43.36% from 422); Blue value is 37 (14.84% from 255 or 8.77% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB725 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB725 is #3548DA. Grayscale: #ACACAC. Windows color (decimal): -3492059 or 2471882. OLE color: 2471882.

HSL color Cylindrical-coordinate representation of color #CAB725: hue angle of 53.09º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CAB725 is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 183 37 -
CMYK 0 0.09 0.82 0.21
HSL 53.09º 0.69% 0.47% -
HSV(B) 53.09º 0.82% 0.79% -
XYZ 41.62 46.56 8.54 -
YUV 172.04 51.79 149.37 -
System Red Green Blue C M Y K H S L
Decimal 202 183 37 0 0.09 0.82 0.21 53.09 0.69 0.47
Hex CA B7 25 0 9 52 15 35 45 2F
Octal 312 267 45 0 11 122 25 65 105 57
Binary 11001010 10110111 100101 0 1001 1010010 10101 110101 1000101 101111

Color Harmonies of #CAB725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB725

Black with #CAB725

Text Example


Text Example

White with #CAB725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB725; }

 p { color: rgb(202,183,37); }

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

background-color css

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

 a { background-color: rgb(202,183,37); }

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

border-color css

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

 span { border-color: rgb(202,183,37); }

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