Html Css Color HEX #CBC504 Bird Flower

📋 copy color: '#CBC504'

red 203 ◦ green 197 ◦ blue 4

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

Shades of Bird Flower #CBC504

Tints of Bird Flower #CBC504

RGB

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

 GREEN value IS 197 (77.34% from 255) = 48.76%

 BLUE value IS 4 (1.95% from 255) = 0.99%

R = 50.25%
G = 48.76%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CBC504 (or 0xCBC504) is known color: Bird Flower. HEX triplet: CB, C5 and 04. RGB value is (203,197,4). Sum of RGB (Red+Green+Blue) = 203+197+4=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 197 (77.34% from 255 or 48.76% from 404); Blue value is 4 (1.95% from 255 or 0.99% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC504 is #343AFB. Grayscale: #B1B1B1. Windows color (decimal): -3422972 or 312779. OLE color: 312779.

HSL color Cylindrical-coordinate representation of color #CBC504: hue angle of 58.19º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CBC504 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 197 4 -
CMYK 0 0.03 0.98 0.20
HSL 58.19º 0.96% 0.41% -
HSV(B) 58.19º 0.98% 0.8% -
XYZ 44.62 52.64 7.92 -
YUV 176.79 30.49 146.69 -
System Red Green Blue C M Y K H S L
Decimal 203 197 4 0 0.03 0.98 0.20 58.19 0.96 0.41
Hex CB C5 4 0 3 62 14 3A 60 29
Octal 313 305 4 0 3 142 24 72 140 51
Binary 11001011 11000101 100 0 11 1100010 10100 111010 1100000 101001

Color Harmonies of #CBC504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC504

Black with #CBC504

Text Example


Text Example

White with #CBC504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC504; }

 p { color: rgb(203,197,4); }

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

background-color css

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

 a { background-color: rgb(203,197,4); }

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

border-color css

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

 span { border-color: rgb(203,197,4); }

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