Html Css Color HEX #CBC507 Bird Flower

📋 copy color: '#CBC507'

red 203 ◦ green 197 ◦ blue 7

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

Shades of Bird Flower #CBC507

Tints of Bird Flower #CBC507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.72%

R = 49.88%
G = 48.4%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#CBC507 (or 0xCBC507) is known color: Bird Flower. HEX triplet: CB, C5 and 07. RGB value is (203,197,7). Sum of RGB (Red+Green+Blue) = 203+197+7=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 197 (77.34% from 255 or 48.40% from 407); Blue value is 7 (3.12% from 255 or 1.72% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC507 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC507 is #343AF8. Grayscale: #B1B1B1. Windows color (decimal): -3422969 or 509387. OLE color: 509387.

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

Color convert

RGB 203 197 7 -
CMYK 0 0.03 0.97 0.20
HSL 58.16º 0.93% 0.41% -
HSV(B) 58.16º 0.97% 0.8% -
XYZ 44.63 52.64 8.01 -
YUV 177.13 31.99 146.45 -
System Red Green Blue C M Y K H S L
Decimal 203 197 7 0 0.03 0.97 0.20 58.16 0.93 0.41
Hex CB C5 7 0 3 61 14 3A 5D 29
Octal 313 305 7 0 3 141 24 72 135 51
Binary 11001011 11000101 111 0 11 1100001 10100 111010 1011101 101001

Color Harmonies of #CBC507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC507

Black with #CBC507

Text Example


Text Example

White with #CBC507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC507; }

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

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

background-color css

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

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

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

border-color css

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

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

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