Html Css Color HEX #CFBE01 Bird Flower

📋 copy color: '#CFBE01'

red 207 ◦ green 190 ◦ blue 1

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

Shades of Bird Flower #CFBE01

Tints of Bird Flower #CFBE01

RGB

 RED value IS 207 (81.25% from 255) = 52.01%

 GREEN value IS 190 (74.61% from 255) = 47.74%

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 52.01%
G = 47.74%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CFBE01 (or 0xCFBE01) is known color: Bird Flower. HEX triplet: CF, BE and 01. RGB value is (207,190,1). Sum of RGB (Red+Green+Blue) = 207+190+1=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 190 (74.61% from 255 or 47.74% from 398); Blue value is 1 (0.78% from 255 or 0.25% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFBE01 is #3041FE. Grayscale: #AEAEAE. Windows color (decimal): -3162623 or 114383. OLE color: 114383.

HSL color Cylindrical-coordinate representation of color #CFBE01: hue angle of 55.05º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFBE01 is Cyan = 0, Magento = 0.08, Yellow = 1.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 190 1 -
CMYK 0 0.08 1.00 0.19
HSL 55.05º 0.99% 0.41% -
HSV(B) 55.05º 1% 0.81% -
XYZ 44.15 50.09 7.37 -
YUV 173.54 30.63 151.87 -
System Red Green Blue C M Y K H S L
Decimal 207 190 1 0 0.08 1.00 0.19 55.05 0.99 0.41
Hex CF BE 1 0 8 64 13 37 63 29
Octal 317 276 1 0 10 144 23 67 143 51
Binary 11001111 10111110 1 0 1000 1100100 10011 110111 1100011 101001

Color Harmonies of #CFBE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBE01

Black with #CFBE01

Text Example


Text Example

White with #CFBE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBE01; }

 p { color: rgb(207,190,1); }

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

background-color css

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

 a { background-color: rgb(207,190,1); }

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

border-color css

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

 span { border-color: rgb(207,190,1); }

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